Commit 3a7b3113 authored by Julius Goryavsky's avatar Julius Goryavsky

MDEV-30388 correction: fix compilation error

parent 28eaf66e
......@@ -286,7 +286,7 @@ extern mysql_mutex_t LOCK_gdl;
bool check_engine(THD *, const char *, const char *, HA_CREATE_INFO *);
#ifdef WITH_WSREP
bool wsrep_check_sequence(THD* thd, const sequence_definition *seq);
bool wsrep_check_sequence(THD* thd, const class sequence_definition *seq);
#endif
#endif /* SQL_TABLE_INCLUDED */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment