1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

InnoDB support for HANDLER

This commit is contained in:
serg@serg.mysql.com
2002-08-21 20:55:34 +00:00
parent 8160291c6e
commit 99a954f405
8 changed files with 215 additions and 22 deletions

View File

@@ -313,6 +313,8 @@ public:
virtual void append_create_info(String *packet) {}
virtual char* get_foreign_key_create_info()
{ return(NULL);} /* gets foreign key create string from InnoDB */
virtual void init_table_handle_for_HANDLER()
{ return; } /* prepare InnoDB for HANDLER */
virtual void free_foreign_key_create_info(char* str) {}
/* The following can be called without an open handler */
virtual const char *table_type() const =0;