1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete old tables.

This commit is contained in:
magnus@neptunus.(none)
2004-09-13 14:46:38 +02:00
parent e6e83d29e1
commit 8abbb28f8b
14 changed files with 614 additions and 179 deletions

View File

@@ -1343,7 +1343,7 @@ static int open_unireg_entry(THD *thd, TABLE *entry, const char *db,
*/
if (discover_retry_count++ != 0)
goto err;
if (create_table_from_handler(db, name, true) != 0)
if (ha_create_table_from_engine(thd, db, name, true) != 0)
goto err;
thd->clear_error(); // Clear error message