summaryrefslogtreecommitdiff
path: root/sql/sql_admin.cc
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2016-02-23 20:33:21 -0500
committerNirbhay Choubey <nirbhay@mariadb.com>2016-02-23 20:33:21 -0500
commit276d65b324f4f0021bc457b4d5723153d4e12608 (patch)
tree51243d67ad4fdf8b36d566a079d1cf7e4160adad /sql/sql_admin.cc
parentb9c42d7a47f7282f5d0063a467d506cb55a69899 (diff)
downloadmariadb-git-276d65b324f4f0021bc457b4d5723153d4e12608.tar.gz
Fix for test failures.
Diffstat (limited to 'sql/sql_admin.cc')
-rw-r--r--sql/sql_admin.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_admin.cc b/sql/sql_admin.cc
index 3ed8545bcb4..507840772f5 100644
--- a/sql/sql_admin.cc
+++ b/sql/sql_admin.cc
@@ -1177,9 +1177,6 @@ bool Sql_cmd_analyze_table::execute(THD *thd)
goto error;
WSREP_TO_ISOLATION_BEGIN_WRTCHK(NULL, NULL, first_table);
thd->enable_slow_log= opt_log_slow_admin_statements;
-#ifdef WITH_WSREP
- WSREP_TO_ISOLATION_BEGIN(first_table->db, first_table->table_name, NULL);
-#endif
res= mysql_admin_table(thd, first_table, &m_lex->check_opt,
"analyze", lock_type, 1, 0, 0, 0,
&handler::ha_analyze, 0);