• unknown's avatar
    A fix (bug #5823: mysql_install_db fails due to incorrect max_allowed_packet). · 1f1257bd
    unknown authored
    
    scripts/fill_help_tables.sh:
      percent_xxx variables added to avoid /0 error.
    scripts/mysql_install_db.sh:
      A fix (bug #5823: mysql_install_db fails due to incorrect max_allowed_packet).          
      --net_buffer_length=16K added.
    sql/net_serv.cc:
      Typo fixed.
    sql/sql_parse.cc:
      A fix (bug #5823: mysql_install_db fails due to incorrect max_allowed_packet).
      Auto extend net buffer in bootstrap mode.
    1f1257bd
fill_help_tables.sh 14.6 KB