summaryrefslogtreecommitdiff
path: root/sql/sql_rename.cc
diff options
context:
space:
mode:
authorguilhem@mysql.com <>2003-04-02 00:15:20 +0200
committerguilhem@mysql.com <>2003-04-02 00:15:20 +0200
commit654410a3d3d1d5d2bfe4be60ab8f1fbcfa211d19 (patch)
treebb10c16185835ad671982d8e96e1f97b44d9ba97 /sql/sql_rename.cc
parent5eaa59541eb23930a22bd73aac40fba587300135 (diff)
downloadmariadb-git-654410a3d3d1d5d2bfe4be60ab8f1fbcfa211d19.tar.gz
Deprecated the update log (Sprint task #792). Now --log-update
just turns on --log-bin and prints a warning. SQL_LOG_UPDATE is handled in two ways (see mysqld.cc for comments).
Diffstat (limited to 'sql/sql_rename.cc')
-rw-r--r--sql/sql_rename.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_rename.cc b/sql/sql_rename.cc
index 19b4d299e59..5ef8d5d1c1d 100644
--- a/sql/sql_rename.cc
+++ b/sql/sql_rename.cc
@@ -79,7 +79,6 @@ bool mysql_rename_tables(THD *thd, TABLE_LIST *table_list)
/* Lets hope this doesn't fail as the result will be messy */
if (!error)
{
- 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);