• unknown's avatar
    bug#9948 changed client-charset behavior in 4.1.x libmysql, which issue BC prob · 96939178
    unknown authored
    sql_parse.cc:
    mysqld.cc:
    
      Added --skip-client-character-set-handshake.
      When this option is activated, client side character set
      (which is sent in handshake) is ignored, and server side
      default-character-set value is used for character_set_client
      and character_set_results, thus reprodicing 4.0 behaviour.
    
    
    sql/mysqld.cc:
      bug#9948 changed client-charset behavior in 4.1.x libmysql, which issue BC prob
      Added --skip-client-character-set-handshake, 
      to reproduce 4.0 behaviour.
    sql/sql_parse.cc:
      bug#9948 changed client-charset behavior in 4.1.x libmysql, which issue BC prob
      Added --skip-client-character-set-handshake,
      to reproduce 4.0 behaviour.
    96939178
sql_parse.cc 167 KB