mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Bug#21114 (Foreign key creation fails to table with name format)
Due to the complexity of this change, everything is documented in WL#3565 This patch is the third iteration, it takes into account the comments received to date.
This commit is contained in:
@ -2011,6 +2011,10 @@ inline void kill_delayed_threads(void) {}
|
||||
/* Used by handlers to store things in schema tables */
|
||||
bool schema_table_store_record(THD *thd, TABLE *table);
|
||||
|
||||
/* sql/item_create.cc */
|
||||
int item_create_init();
|
||||
void item_create_cleanup();
|
||||
|
||||
#endif /* MYSQL_SERVER */
|
||||
#endif /* MYSQL_CLIENT */
|
||||
|
||||
|
Reference in New Issue
Block a user