diff options
author | heikki@hundin.mysql.fi <> | 2003-10-13 11:20:19 +0300 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2003-10-13 11:20:19 +0300 |
commit | 5ec87f2449e25dc84e7c47f72ccad98d3f7290d3 (patch) | |
tree | 5d5b7191e57ae4eafdff3f6a259ba37729217404 /innobase/row/row0mysql.c | |
parent | 32fed1e8774fa16e15f13e61f6594cdd69a2faa1 (diff) | |
download | mariadb-git-5ec87f2449e25dc84e7c47f72ccad98d3f7290d3.tar.gz |
Many files:
ALTER TABLE ... DISCARD/IMPORT TABLESPACE
Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
Diffstat (limited to 'innobase/row/row0mysql.c')
-rw-r--r-- | innobase/row/row0mysql.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/innobase/row/row0mysql.c b/innobase/row/row0mysql.c index 497b74fd320..5d5985d16af 100644 --- a/innobase/row/row0mysql.c +++ b/innobase/row/row0mysql.c @@ -2007,9 +2007,6 @@ row_import_tablespace_for_mysql( success = fil_open_single_table_tablespace(table->space, table->name); - printf( -"Remember to stop purge + undo if table->ibd_file_is_missing!!!\n"); - if (success) { table->ibd_file_missing = FALSE; table->tablespace_discarded = FALSE; |