1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Patch to eliminate warnings in mysql-next-mr-bugteam.

This commit is contained in:
Mats Kindahl
2010-01-25 22:34:34 +01:00
parent 0e5fa89e4f
commit e34eb3b507
11 changed files with 25 additions and 25 deletions

View File

@@ -6533,7 +6533,7 @@ bool mysql_alter_table(THD *thd,char *new_db, char *new_name,
thd->clear_error();
Query_log_event qinfo(thd, thd->query(), thd->query_length(),
FALSE, TRUE, FALSE, 0);
if (error= mysql_bin_log.write(&qinfo))
if ((error= mysql_bin_log.write(&qinfo)))
goto view_err_unlock;
}
my_ok(thd);