1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Post-merge fixes.

This commit is contained in:
pem@mysql.comhem.se
2003-10-23 16:06:51 +02:00
parent 337238b78a
commit 692609537d
10 changed files with 51 additions and 51 deletions

View File

@ -1800,7 +1800,6 @@ int mysql_discard_or_import_tablespace(THD *thd,
error=1;
if (error)
goto err;
mysql_update_log.write(thd, thd->query,thd->query_length);
if (mysql_bin_log.is_open())
{
Query_log_event qinfo(thd, thd->query, thd->query_length, 0);