Details

    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

        1. a.zip
          15 kB
        2. b.zip
          8 kB

        Issue Links

          Activity

            People

              midenok Aleksey Midenkov
              midenok Aleksey Midenkov
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.