summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.h
diff options
context:
space:
mode:
authorsjaakola <seppo.jaakola@iki.fi>2017-02-20 23:29:25 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2017-08-11 13:49:01 +0300
commit04c6b03c9b2155500d82ce880f3b8bea88f0c5a5 (patch)
tree8956e8d9902aa1efc4d5d57a35e32f8283173956 /sql/wsrep_mysqld.h
parenta754387a09023c3715170527b8fe396acd6c67c2 (diff)
downloadmariadb-git-04c6b03c9b2155500d82ce880f3b8bea88f0c5a5.tar.gz
Refs: MW-360 * merged relevant parts of DROP TABLE query splitting from mysql-wsrep-features
Diffstat (limited to 'sql/wsrep_mysqld.h')
-rw-r--r--sql/wsrep_mysqld.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/wsrep_mysqld.h b/sql/wsrep_mysqld.h
index fa069723021..ea7e7df9e10 100644
--- a/sql/wsrep_mysqld.h
+++ b/sql/wsrep_mysqld.h
@@ -337,9 +337,6 @@ void wsrep_init_sidno(const wsrep_uuid_t&);
bool wsrep_node_is_donor();
bool wsrep_node_is_synced();
-int wsrep_replicate_drop_query(THD *thd, TABLE_LIST *tables, bool if_exists,
- bool drop_temporary, bool dont_log_query);
-
#define WSREP_MYSQL_DB (char *)"mysql"
#define WSREP_TO_ISOLATION_BEGIN(db_, table_, table_list_) \