mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Changed WL#1424 to use the function ha_find_files. This is a simpler implementation and all handler specific code is hidden in the appropriate handler.
This commit is contained in:
@ -565,7 +565,8 @@ int ha_change_key_cache(KEY_CACHE *old_key_cache,
|
||||
KEY_CACHE *new_key_cache);
|
||||
int ha_discover(THD* thd, const char* dbname, const char* name,
|
||||
const void** frmblob, uint* frmlen);
|
||||
int ha_list_tables(THD* thd, HASH *tables, const char* db);
|
||||
int ha_find_files(THD *thd,const char *db,const char *path,
|
||||
const char *wild, bool dir);
|
||||
int ha_table_exists(THD* thd, const char* db, const char* name);
|
||||
int ha_can_discover(THD* thd, const char* name);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user