Fix for the bug #23814 "mysqlimport crashes"
mysqlimport.c declared the opt_use_threads variable as my_bool, but the corresponding option was defined as GET_UINT. The problem only occured on architectures with strict alignment rules. client/mysqlimport.c: Changed the opt_use_threads variable type to uint.
Showing
Please register or sign in to comment