diff options
author | unknown <mskold/marty@mysql.com/linux.site> | 2006-11-15 11:13:49 +0100 |
---|---|---|
committer | unknown <mskold/marty@mysql.com/linux.site> | 2006-11-15 11:13:49 +0100 |
commit | a3b373600a0d43ef85dae5ae112e313deb13aae4 (patch) | |
tree | fec54496b0f82b08e818d600ea176ee6b07f786e /sql/sql_show.cc | |
parent | 309e0d6fafaa66582af5b1bebcbdf74dafaf4489 (diff) | |
download | mariadb-git-a3b373600a0d43ef85dae5ae112e313deb13aae4.tar.gz |
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
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index c39cdfa6d7e..6cb2ed6a826 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -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) |