mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
bug #21495 Alter table from x engine to ndb and back can cause issue with drop DB:disable distributed drop database if a database contains local tables
This commit is contained in:
@ -491,13 +491,7 @@ bool mysqld_show_column_types(THD *thd)
|
||||
FIND_FILES_DIR no such directory, or directory can't be read
|
||||
*/
|
||||
|
||||
enum find_files_result {
|
||||
FIND_FILES_OK,
|
||||
FIND_FILES_OOM,
|
||||
FIND_FILES_DIR
|
||||
};
|
||||
|
||||
static
|
||||
find_files_result
|
||||
find_files(THD *thd, List<char> *files, const char *db,
|
||||
const char *path, const char *wild, bool dir)
|
||||
|
Reference in New Issue
Block a user