• unknown's avatar
    Fix handling of max_allowed_packet and net_buffer_length in · c7c3f5be
    unknown authored
    embedded server when a size suffix (K, M, G) is added. (Bug #9472)
    
    
    sql/mysqld.cc:
      Instead of (re)parsing max_allowed_packet and net_buffer_length
      for the embedded server, just set the global variables to what
      is set in global_system_variables within get_options().
    c7c3f5be
mysqld.cc 236 KB