• Sergei Golubchik's avatar
    cleanup: freshen up CREATE SERVER code · 97a913e3
    Sergei Golubchik authored
    * pass LEX_STRING's from the parser, don't ignore the length only to strlen later
    * init LEX::server_options only for SERVER commands, not for every statement
    * don't put temporary values into a global persistent memroot
    
    but really it's just scratching a surface
    97a913e3
sql_servers.cc 36.5 KB