1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

Cset exclude: heikki@hundin.mysql.fi|ChangeSet|20040617084849|64488

sql/sql_parse.cc:
  Exclude
This commit is contained in:
unknown
2004-06-17 11:53:17 +03:00
parent 1696521e69
commit c1ef1bea7d

View File

@@ -1163,7 +1163,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
break;
}
mysql_log.write(thd,command,db);
mysql_rm_db(thd,alias,0,0);
mysql_rm_db(thd, (lower_case_table_names == 2 ? alias : db), 0, 0);
break;
}
case COM_BINLOG_DUMP: