• Davi Arnaut's avatar
    Bug#20023: mysql_change_user() resets the value of SQL_BIG_SELECTS · d5e84db3
    Davi Arnaut authored
    Post-merge fix: test case could fail due to a conversion of the
    max_join_size value to a integer. Fixed by preserving the value
    as a string for comparison purposes.
    
    tests/mysql_client_test.c:
      Preserve max_join_size value as a string instead of converting
      it to a integer -- value can be larger then the type used.
    d5e84db3
mysql_client_test.c 456 KB