-
unknown authored
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.
c9dce3b6