Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL), 10.9(EOL)
-
None
Description
Reproduce
1. Patch for INSERT to crash always:
--- a/sql/sql_insert.cc
|
+++ b/sql/sql_insert.cc
|
@@ -715,6 +715,8 @@ bool mysql_insert(THD *thd,TABLE_LIST *table_list,
|
List_item *values;
|
Name_resolution_context *context;
|
Name_resolution_context_state ctx_state;
|
+ //DBUG_ASSERT(!opt_bootstrap);
|
+ DBUG_ASSERT(opt_bootstrap);
|
#ifndef EMBEDDED_LIBRARY
|
char *query= thd->query();
|
/* |
2. Unpack a.zip into mysql-test/suites and run
mtr --fast --reorder --parallel=10 --suite=a
|
Usually reproducible with less tests from b.zip
Attachments
Issue Links
- relates to
-
MDEV-30836 MTR hangs after tests have completed
- Closed