diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2019-01-31 09:34:34 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2019-01-31 09:34:34 +0100 |
commit | 560799ebd8efe11f4c4ae1bb9ed4d39185e03800 (patch) | |
tree | 58158a4194a2473679c1848c323bad918542c5c9 /sql/wsrep_mysqld.h | |
parent | 6e2af7d084ca1bba79e60f05616aaefb6028ee9d (diff) | |
parent | c2caca02ac39454e18db8de563e7e7c8eaf8b1c7 (diff) | |
download | mariadb-git-560799ebd8efe11f4c4ae1bb9ed4d39185e03800.tar.gz |
Merge branch '10.0-galera' into 10.1
Diffstat (limited to 'sql/wsrep_mysqld.h')
-rw-r--r-- | sql/wsrep_mysqld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/wsrep_mysqld.h b/sql/wsrep_mysqld.h index 2814f4013d8..2b55fbe42ee 100644 --- a/sql/wsrep_mysqld.h +++ b/sql/wsrep_mysqld.h @@ -30,6 +30,7 @@ typedef struct st_mysql_show_var SHOW_VAR; #include "mdl.h" #include "mysqld.h" #include "sql_table.h" +#include "wsrep_mysqld_c.h" #define WSREP_UNDEFINED_TRX_ID ULONGLONG_MAX |