From 347c164c35eddab388009470e6848cb361ac93f8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 15:22:53 +0200 Subject: Merging upstream version 1:10.11.8. Signed-off-by: Daniel Baumann --- sql/sql_table.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sql/sql_table.h') diff --git a/sql/sql_table.h b/sql/sql_table.h index fded8353..a75fa58a 100644 --- a/sql/sql_table.h +++ b/sql/sql_table.h @@ -216,8 +216,4 @@ extern MYSQL_PLUGIN_IMPORT const LEX_CSTRING primary_key_name; bool check_engine(THD *, const char *, const char *, HA_CREATE_INFO *); -#ifdef WITH_WSREP -bool wsrep_check_sequence(THD* thd, const class sequence_definition *seq); -#endif - #endif /* SQL_TABLE_INCLUDED */ -- cgit v1.2.3