Loading sql/sql_parse.cc +2 −2 Original line number Diff line number Diff line Loading @@ -1575,7 +1575,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd, mysql_log.write(thd,command,packet); if (mysql_create_db(thd, (lower_case_table_names == 2 ? alias : db), 0, 0) < 0) send_error(&thd->net, thd->killed ? ER_SERVER_SHUTDOWN : 0); send_error(thd, thd->killed ? ER_SERVER_SHUTDOWN : 0); break; } case COM_DROP_DB: // QQ: To be removed Loading @@ -1598,7 +1598,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd, mysql_log.write(thd,command,db); if (mysql_rm_db(thd, (lower_case_table_names == 2 ? alias : db), 0, 0) < 0) send_error(&thd->net, thd->killed ? ER_SERVER_SHUTDOWN : 0); send_error(thd, thd->killed ? ER_SERVER_SHUTDOWN : 0); break; } #ifndef EMBEDDED_LIBRARY Loading Loading
sql/sql_parse.cc +2 −2 Original line number Diff line number Diff line Loading @@ -1575,7 +1575,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd, mysql_log.write(thd,command,packet); if (mysql_create_db(thd, (lower_case_table_names == 2 ? alias : db), 0, 0) < 0) send_error(&thd->net, thd->killed ? ER_SERVER_SHUTDOWN : 0); send_error(thd, thd->killed ? ER_SERVER_SHUTDOWN : 0); break; } case COM_DROP_DB: // QQ: To be removed Loading @@ -1598,7 +1598,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd, mysql_log.write(thd,command,db); if (mysql_rm_db(thd, (lower_case_table_names == 2 ? alias : db), 0, 0) < 0) send_error(&thd->net, thd->killed ? ER_SERVER_SHUTDOWN : 0); send_error(thd, thd->killed ? ER_SERVER_SHUTDOWN : 0); break; } #ifndef EMBEDDED_LIBRARY Loading