mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Worklog #1280, (Stage 1 Implementation)
This is a starting work to remove handler name dependencies from the Lex/Parser.
This commit is contained in:
@ -378,6 +378,7 @@ extern TYPELIB ha_table_typelib, tx_isolation_typelib;
|
||||
|
||||
#define ha_supports_generate(T) (T != DB_TYPE_INNODB)
|
||||
|
||||
enum db_type ha_resolve_by_name(char *name, uint namelen);
|
||||
handler *get_new_handler(TABLE *table, enum db_type db_type);
|
||||
my_off_t ha_get_ptr(byte *ptr, uint pack_length);
|
||||
void ha_store_ptr(byte *buff, uint pack_length, my_off_t pos);
|
||||
|
Reference in New Issue
Block a user