MDEV-30388 correction: fix compilation error

This commit is contained in:
Julius Goryavsky 2023-05-12 02:46:42 +02:00
parent 28eaf66e18
commit 3a7b311350

View File

@ -286,7 +286,7 @@ extern mysql_mutex_t LOCK_gdl;
bool check_engine(THD *, const char *, const char *, HA_CREATE_INFO *); bool check_engine(THD *, const char *, const char *, HA_CREATE_INFO *);
#ifdef WITH_WSREP #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
#endif /* SQL_TABLE_INCLUDED */ #endif /* SQL_TABLE_INCLUDED */