summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-02-24 09:30:17 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2021-02-24 09:30:17 +0200
commit7953bae22a8f1054acce9a74e089401f7e93e579 (patch)
tree462e7608c8bce54c01778a5d64fb3a297a4b0160 /sql/wsrep_mysqld.h
parent208233be5af55072d7ef80c37ddbc664bc51f342 (diff)
parentf159061510c229893a88cb2bc1c520241465b172 (diff)
downloadmariadb-git-7953bae22a8f1054acce9a74e089401f7e93e579.tar.gz
Merge 10.5 into 10.6
Diffstat (limited to 'sql/wsrep_mysqld.h')
-rw-r--r--sql/wsrep_mysqld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/wsrep_mysqld.h b/sql/wsrep_mysqld.h
index 1aad684bd0a..201f1e0da93 100644
--- a/sql/wsrep_mysqld.h
+++ b/sql/wsrep_mysqld.h
@@ -227,7 +227,7 @@ wsrep_sync_wait_upto (THD* thd, wsrep_gtid_t* upto, int timeout);
extern void wsrep_last_committed_id (wsrep_gtid_t* gtid);
extern int wsrep_check_opts();
extern void wsrep_prepend_PATH (const char* path);
-void wsrep_append_fk_parent_table(THD* thd, TABLE_LIST* table, wsrep::key_array* keys);
+extern bool wsrep_append_fk_parent_table(THD* thd, TABLE_LIST* table, wsrep::key_array* keys);
/* Other global variables */
extern wsrep_seqno_t wsrep_locked_seqno;