Bug #30942: select str_to_date from derived table returns varying results
The function str_to_date has a field to say whether it's invoked constant arguments. But this member was not initialized, causing the function to think that it could use a cache of the format type when said cache was in fact not initialized. Fixed by initializing the field to false.
Showing
Please register or sign in to comment