• unknown's avatar
    Fix for the bug #23814 "mysqlimport crashes" · c9dce3b6
    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
mysqlimport.c 20.4 KB