mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-30388 correction: fix compilation error
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user