MDEV-22740: UBSAN: sql/opt_split.cc:1150:28: runtime error: shift exponent 61...
MDEV-22740: UBSAN: sql/opt_split.cc:1150:28: runtime error: shift exponent 61 is too large for 32-bit type 'int' (on optimized builds) Use a ulonglong instead of uint when left shifting to calculate the table map for all the tables in a query
Showing
Please register or sign in to comment