summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
authorAndrei Elkin <andrei.elkin@oracle.com>2011-11-29 22:30:04 +0200
committerAndrei Elkin <andrei.elkin@oracle.com>2011-11-29 22:30:04 +0200
commitb1e283a4b17bb008572e484e6a6dac3a9f00635c (patch)
tree5401e21ec849416d357a9b877491b848b10a2344 /sql/sql_repl.cc
parent9937d5f0a91bb8fdceb7d2110e22c03878242a29 (diff)
downloadmariadb-git-b1e283a4b17bb008572e484e6a6dac3a9f00635c.tar.gz
reverting the initial patch for bug#13437900 for refinement.
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r--sql/sql_repl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc
index 5300a327029..00c85d8eb43 100644
--- a/sql/sql_repl.cc
+++ b/sql/sql_repl.cc
@@ -1689,6 +1689,7 @@ err:
thd_proc_info(thd, 0);
if (ret == FALSE)
my_ok(thd);
+ delete_dynamic(&lex_mi->repl_ignore_server_ids); //freeing of parser-time alloc
DBUG_RETURN(ret);
}