Details
-
Type:
Technical task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.3, 10.9
-
Component/s: Scripts & Clients
-
Labels: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