1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

WL#1424 Updated after review

* Changed the implementation of ndbcluster_find_files to be more efficient, using only one mutex lock
* Moved ha_find_files to end of mysql_find_files so that it can be passed the list that we are interested to find.
This commit is contained in:
magnus@shellback.(none)
2004-09-26 16:11:24 +02:00
parent 61be5a9c27
commit 059941db21
7 changed files with 149 additions and 77 deletions

View File

@ -566,7 +566,7 @@ int ha_change_key_cache(KEY_CACHE *old_key_cache,
int ha_discover(THD* thd, const char* dbname, const char* name,
const void** frmblob, uint* frmlen);
int ha_find_files(THD *thd,const char *db,const char *path,
const char *wild, bool dir);
const char *wild, bool dir,List<char>* files);
int ha_table_exists(THD* thd, const char* db, const char* name);