summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authorIngo Struewing <ingo.struewing@oracle.com>2010-09-21 16:37:18 +0200
committerIngo Struewing <ingo.struewing@oracle.com>2010-09-21 16:37:18 +0200
commitb288324a13452a5c8430af6eb560ba1ba4b73746 (patch)
treedfdb80f6afcefcdf6e0379231b57426dc075a794 /sql/sql_table.cc
parent0c74cc0d1097c51e9e54c6e0fb1550e4d3df84c7 (diff)
parente1418b14ecc1d6c2c2ec28246be0a4a30751ba6f (diff)
downloadmariadb-git-b288324a13452a5c8430af6eb560ba1ba4b73746.tar.gz
Bug#46339 - crash on REPAIR TABLE merge table USE_FRM
Merge from saved bundle.
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index 7a7446c7f79..04cc9e42413 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -4416,9 +4416,6 @@ static int prepare_for_repair(THD *thd, TABLE_LIST *table_list,
pthread_mutex_unlock(&LOCK_open);
}
- /* A MERGE table must not come here. */
- DBUG_ASSERT(!table->child_l);
-
/*
REPAIR TABLE ... USE_FRM for temporary tables makes little sense.
*/