Skip to content
Snippets Groups Projects
  • Henrik (Grubba) Grubbström's avatar
    0cb66078
    Sql.mysql: Fix broken charset switch. · 0cb66078
    Henrik (Grubba) Grubbström authored
    If the current send_charset was not "utf8", and the query was latin1-
    compatible, the broken query "SET character_set_client=0" could be
    sent by the glue code.
    
    Fixes "big_query(): Query "SET character_set_client=0" failed (Unknown character set: '0')".
    0cb66078
    History
    Sql.mysql: Fix broken charset switch.
    Henrik (Grubba) Grubbström authored
    If the current send_charset was not "utf8", and the query was latin1-
    compatible, the broken query "SET character_set_client=0" could be
    sent by the glue code.
    
    Fixes "big_query(): Query "SET character_set_client=0" failed (Unknown character set: '0')".