diff options
author | sjaakola <seppo.jaakola@iki.fi> | 2017-02-20 23:29:25 +0200 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-08-11 13:49:01 +0300 |
commit | 04c6b03c9b2155500d82ce880f3b8bea88f0c5a5 (patch) | |
tree | 8956e8d9902aa1efc4d5d57a35e32f8283173956 /sql/wsrep_mysqld.h | |
parent | a754387a09023c3715170527b8fe396acd6c67c2 (diff) | |
download | mariadb-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.h | 3 |
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_) \ |