diff options
author | Andrei Elkin <andrei.elkin@oracle.com> | 2011-11-29 22:30:04 +0200 |
---|---|---|
committer | Andrei Elkin <andrei.elkin@oracle.com> | 2011-11-29 22:30:04 +0200 |
commit | b1e283a4b17bb008572e484e6a6dac3a9f00635c (patch) | |
tree | 5401e21ec849416d357a9b877491b848b10a2344 /sql/sql_lex.cc | |
parent | 9937d5f0a91bb8fdceb7d2110e22c03878242a29 (diff) | |
download | mariadb-git-b1e283a4b17bb008572e484e6a6dac3a9f00635c.tar.gz |
reverting the initial patch for bug#13437900 for refinement.
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index 00a67e2c134..869a5916339 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -2352,7 +2352,6 @@ LEX::LEX() INITIAL_LEX_PLUGIN_LIST_SIZE, INITIAL_LEX_PLUGIN_LIST_SIZE); reset_query_tables_list(TRUE); - repl_ignore_server_ids_inited= false; } |