Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-31842

Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed on [DROP|ALTER] SERVER

Details

    • Bug
    • Status: Confirmed (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.4(EOL), 10.5, 10.6, 10.9(EOL), 10.10(EOL), 10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL), 11.3(EOL), 11.4, 11.7(EOL), 11.8
    • 10.5, 10.6, 10.11, 11.4
    • Locking, Server

    Description

      CREATE SERVER s FOREIGN DATA WRAPPER MYSQL OPTIONS (SOCKET'');
      BACKUP LOCK t;
      DROP SERVER s;
      

      Leads to:

      11.1.2 adc13e2c167c90f4b287efa7b1165c68d441be8d (Debug)

      mariadbd: /test/11.1_dbg/sql/sql_error.cc:335: void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char*): Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed.
      

      11.1.2 adc13e2c167c90f4b287efa7b1165c68d441be8d (Debug)

      Core was generated by `/test/MD010823-mariadb-11.1.2-linux-x86_64-dbg/bin/mariadbd --no-defaults --cor'.
      Program terminated with signal SIGABRT, Aborted.
      #0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=22590521689664)
          at ./nptl/pthread_kill.c:44
      [Current thread is 1 (Thread 0x148bc4054640 (LWP 2144100))]
      (gdb) bt
      #0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=22590521689664) at ./nptl/pthread_kill.c:44
      #1  __pthread_kill_internal (signo=6, threadid=22590521689664) at ./nptl/pthread_kill.c:78
      #2  __GI___pthread_kill (threadid=22590521689664, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
      #3  0x0000148bdc642476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
      #4  0x0000148bdc6287f3 in __GI_abort () at ./stdlib/abort.c:79
      #5  0x0000148bdc62871b in __assert_fail_base (fmt=0x148bdc7dd150 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x555b5ea05fb8 "!is_set() || (m_status == DA_OK_BULK && is_bulk_op())", file=0x555b5ea05e98 "/test/11.1_dbg/sql/sql_error.cc", line=335, function=<optimized out>) at ./assert/assert.c:92
      #6  0x0000148bdc639e96 in __GI___assert_fail (assertion=0x555b5ea05fb8 "!is_set() || (m_status == DA_OK_BULK && is_bulk_op())", file=0x555b5ea05e98 "/test/11.1_dbg/sql/sql_error.cc", line=335, function=0x555b5ea05ff0 "void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char*)") at ./assert/assert.c:101
      #7  0x0000555b5de93b7b in Diagnostics_area::set_ok_status (this=0x148b24006bb8, affected_rows=affected_rows@entry=0, last_insert_id=last_insert_id@entry=0, message=message@entry=0x0) at /test/11.1_dbg/sql/sql_error.cc:335
      #8  0x0000555b5dee14f3 in my_ok (message=0x0, id=0, affected_rows_arg=0, thd=0x148b24000d58) at /test/11.1_dbg/sql/sql_class.h:4429
      #9  mysql_execute_command (thd=thd@entry=0x148b24000d58, is_called_from_prepared_stmt=is_called_from_prepared_stmt@entry=false) at /test/11.1_dbg/sql/sql_parse.cc:5738
      #10 0x0000555b5dee2e54 in mysql_parse (thd=thd@entry=0x148b24000d58, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x148bc4053200) at /test/11.1_dbg/sql/sql_parse.cc:7774
      #11 0x0000555b5dee4fe8 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x148b24000d58, packet=packet@entry=0x148b2400ae99 "DROP SERVER s", packet_length=packet_length@entry=13, blocking=blocking@entry=true) at /test/11.1_dbg/sql/sql_class.h:243
      #12 0x0000555b5dee6ec3 in do_command (thd=0x148b24000d58, blocking=blocking@entry=true) at /test/11.1_dbg/sql/sql_parse.cc:1405
      #13 0x0000555b5e03ad82 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x555b61fbbf88, put_in_cache=put_in_cache@entry=true) at /test/11.1_dbg/sql/sql_connect.cc:1416
      #14 0x0000555b5e03afe1 in handle_one_connection (arg=0x555b61fbbf88) at /test/11.1_dbg/sql/sql_connect.cc:1318
      #15 0x0000148bdc694b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
      #16 0x0000148bdc726a00 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
      

      Bug confirmed present in:
      MariaDB: 10.4.31 (dbg), 10.5.22 (dbg), 10.6.15 (dbg), 10.9.8 (dbg), 10.10.6 (dbg), 10.11.5 (dbg), 11.0.3 (dbg), 11.1.2 (dbg), 11.2.0 (dbg)

      Bug (or feature/syntax) confirmed not present in:
      MariaDB: 10.4.31 (opt), 10.5.22 (opt), 10.6.15 (opt), 10.9.8 (opt), 10.10.6 (opt), 10.11.5 (opt), 11.0.3 (opt), 11.1.2 (opt), 11.2.0 (opt)
      MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.51 (dbg), 5.6.51 (opt), 5.7.40 (dbg), 8.0.33 (dbg), 8.0.33 (opt)

      Attachments

        Activity

          Roel Roel Van de Paar added a comment - - edited

          Please also try any patch with:

          CREATE SERVER s FOREIGN DATA WRAPPER MYSQL OPTIONS (HOST'');
          BACKUP STAGE START;
          DROP SERVER s;
          

          Roel Roel Van de Paar added a comment - - edited Please also try any patch with: CREATE SERVER s FOREIGN DATA WRAPPER MYSQL OPTIONS (HOST '' ); BACKUP STAGE START; DROP SERVER s;

          Additional testcase

          CREATE SERVER srv FOREIGN DATA WRAPPER''OPTIONS (USER'');
          FLUSH LOCAL TABLES WITH READ LOCK;
          ALTER SERVER srv OPTIONS (USER'');
          

          Leads to:

          CS 11.4.5 6be42c7276cb342df81e18aa53868623a89abeec (Debug)

          mariadbd: /test/11.4_dbg/sql/sql_error.cc:348: void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char *): Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed.
          

          CS 11.4.5 6be42c7276cb342df81e18aa53868623a89abeec (Debug)

          Core was generated by `/test/MD210125-mariadb-11.4.5-linux-x86_64-dbg/bin/mariadbd --no-defaults --max'.
          Program terminated with signal SIGABRT, Aborted.
          Download failed: Invalid argument.  Continuing without source file ./nptl/./nptl/pthread_kill.c.
          #0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44
           
          [Current thread is 1 (LWP 3474263)]
          (gdb) bt
          #0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44
          #1  __pthread_kill_internal (signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:78
          #2  __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6)at ./nptl/pthread_kill.c:89
          #3  0x00001539ea64526e in __GI_raise (sig=sig@entry=6)at ../sysdeps/posix/raise.c:26
          #4  0x00001539ea6288ff in __GI_abort () at ./stdlib/abort.c:79
          #5  0x00001539ea62881b in __assert_fail_base (fmt=0x1539ea7d01e8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x56301bf799a7 "!is_set() || (m_status == DA_OK_BULK && is_bulk_op())", file=file@entry=0x56301bf79856 "/test/11.4_dbg/sql/sql_error.cc", line=line@entry=348, function=function@entry=0x56301bf799dd "void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char *)") at ./assert/assert.c:94
          #6  0x00001539ea63b507 in __assert_fail (assertion=0x56301bf799a7 "!is_set() || (m_status == DA_OK_BULK && is_bulk_op())", file=0x56301bf79856 "/test/11.4_dbg/sql/sql_error.cc", line=348, function=0x56301bf799dd "void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char *)") at ./assert/assert.c:103
          #7  0x000056301af2e3bb in Diagnostics_area::set_ok_status (this=0x15398c006ca8, affected_rows=1, last_insert_id=0, message=0x0)at /test/11.4_dbg/sql/sql_error.cc:348
          #8  0x000056301aec83cf in my_ok (thd=0x15398c000d58, affected_rows_arg=1, id=0, message=0x0) at /test/11.4_dbg/sql/sql_class.h:6012
          #9  0x000056301af990fc in mysql_execute_command (thd=0x15398c000d58, is_called_from_prepared_stmt=false) at /test/11.4_dbg/sql/sql_parse.cc:5827
          #10 0x000056301af88814 in mysql_parse (thd=0x15398c000d58, rawbuf=0x15398c01a9f0 "ALTER SERVER srv OPTIONS (USER'')", length=33, parser_state=0x1539e4bb2a30) at /test/11.4_dbg/sql/sql_parse.cc:7907
          #11 0x000056301af85cc4 in dispatch_command (command=COM_QUERY, thd=0x15398c000d58, packet=0x15398c00afd9 "ALTER SERVER srv OPTIONS (USER'')", packet_length=33, blocking=true) at /test/11.4_dbg/sql/sql_parse.cc:1905
          #12 0x000056301af893c3 in do_command (thd=0x15398c000d58, blocking=true)at /test/11.4_dbg/sql/sql_parse.cc:1418
          #13 0x000056301b16a4f9 in do_handle_one_connection (connect=0x56301fa5da98, put_in_cache=true) at /test/11.4_dbg/sql/sql_connect.cc:1408
          #14 0x000056301b16a292 in handle_one_connection (arg=0x56301f9fc6c8)at /test/11.4_dbg/sql/sql_connect.cc:1320
          #15 0x00001539ea69ca94 in start_thread (arg=<optimized out>)at ./nptl/pthread_create.c:447
          #16 0x00001539ea729c3c in clone3 ()at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
          

          Bug confirmed present in:
          MariaDB: 10.5.28 (dbg), 10.6.21 (dbg), 10.11.11 (dbg), 11.4.5 (dbg), 11.7.2 (dbg), 11.8.0 (dbg)

          Roel Roel Van de Paar added a comment - Additional testcase CREATE SERVER srv FOREIGN DATA WRAPPER '' OPTIONS ( USER '' ); FLUSH LOCAL TABLES WITH READ LOCK; ALTER SERVER srv OPTIONS ( USER '' ); Leads to: CS 11.4.5 6be42c7276cb342df81e18aa53868623a89abeec (Debug) mariadbd: /test/11.4_dbg/sql/sql_error.cc:348: void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char *): Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed. CS 11.4.5 6be42c7276cb342df81e18aa53868623a89abeec (Debug) Core was generated by `/test/MD210125-mariadb-11.4.5-linux-x86_64-dbg/bin/mariadbd --no-defaults --max'. Program terminated with signal SIGABRT, Aborted. Download failed: Invalid argument. Continuing without source file ./nptl/./nptl/pthread_kill.c. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44   [Current thread is 1 (LWP 3474263)] (gdb) bt #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44 #1 __pthread_kill_internal (signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:78 #2 __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6)at ./nptl/pthread_kill.c:89 #3 0x00001539ea64526e in __GI_raise (sig=sig@entry=6)at ../sysdeps/posix/raise.c:26 #4 0x00001539ea6288ff in __GI_abort () at ./stdlib/abort.c:79 #5 0x00001539ea62881b in __assert_fail_base (fmt=0x1539ea7d01e8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x56301bf799a7 "!is_set() || (m_status == DA_OK_BULK && is_bulk_op())", file=file@entry=0x56301bf79856 "/test/11.4_dbg/sql/sql_error.cc", line=line@entry=348, function=function@entry=0x56301bf799dd "void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char *)") at ./assert/assert.c:94 #6 0x00001539ea63b507 in __assert_fail (assertion=0x56301bf799a7 "!is_set() || (m_status == DA_OK_BULK && is_bulk_op())", file=0x56301bf79856 "/test/11.4_dbg/sql/sql_error.cc", line=348, function=0x56301bf799dd "void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char *)") at ./assert/assert.c:103 #7 0x000056301af2e3bb in Diagnostics_area::set_ok_status (this=0x15398c006ca8, affected_rows=1, last_insert_id=0, message=0x0)at /test/11.4_dbg/sql/sql_error.cc:348 #8 0x000056301aec83cf in my_ok (thd=0x15398c000d58, affected_rows_arg=1, id=0, message=0x0) at /test/11.4_dbg/sql/sql_class.h:6012 #9 0x000056301af990fc in mysql_execute_command (thd=0x15398c000d58, is_called_from_prepared_stmt=false) at /test/11.4_dbg/sql/sql_parse.cc:5827 #10 0x000056301af88814 in mysql_parse (thd=0x15398c000d58, rawbuf=0x15398c01a9f0 "ALTER SERVER srv OPTIONS (USER'')", length=33, parser_state=0x1539e4bb2a30) at /test/11.4_dbg/sql/sql_parse.cc:7907 #11 0x000056301af85cc4 in dispatch_command (command=COM_QUERY, thd=0x15398c000d58, packet=0x15398c00afd9 "ALTER SERVER srv OPTIONS (USER'')", packet_length=33, blocking=true) at /test/11.4_dbg/sql/sql_parse.cc:1905 #12 0x000056301af893c3 in do_command (thd=0x15398c000d58, blocking=true)at /test/11.4_dbg/sql/sql_parse.cc:1418 #13 0x000056301b16a4f9 in do_handle_one_connection (connect=0x56301fa5da98, put_in_cache=true) at /test/11.4_dbg/sql/sql_connect.cc:1408 #14 0x000056301b16a292 in handle_one_connection (arg=0x56301f9fc6c8)at /test/11.4_dbg/sql/sql_connect.cc:1320 #15 0x00001539ea69ca94 in start_thread (arg=<optimized out>)at ./nptl/pthread_create.c:447 #16 0x00001539ea729c3c in clone3 ()at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78 Bug confirmed present in: MariaDB: 10.5.28 (dbg), 10.6.21 (dbg), 10.11.11 (dbg), 11.4.5 (dbg), 11.7.2 (dbg), 11.8.0 (dbg)

          On UBSAN (Clang) builds the testcase from the last comment gives:

          CS 11.8.0 cacaaebf01939d387645fb850ceeec5392496171 (Optimized, UBASAN, Clang)

          mariadbd: /test/11.8_dbg_san/sql/sql_error.cc:348: void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char *): Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed.
          

          CS 11.8.0 cacaaebf01939d387645fb850ceeec5392496171 (Optimized, UBASAN, Clang)

          Core was generated by `/test/UBASAN_MD170125-mariadb-11.8.0-linux-x86_64-opt/bin/mariadbd --no-default'.
          Program terminated with signal SIGABRT, Aborted.
          #0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44
           
          [Current thread is 1 (LWP 3476449)]
          (gdb) bt
          #0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44
          #1  __pthread_kill_internal (signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:78
          #2  __GI___pthread_kill (threadid=<optimized out>, signo=6)at ./nptl/pthread_kill.c:89
          #3  0x0000559bc173a7e5 in handle_fatal_signal (sig=<optimized out>)at /test/11.8_dbg_san/sql/signal_handler.cc:298
          #4  <signal handler called>
          #5  __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44
          #6  __pthread_kill_internal (signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:78
          #7  __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6)at ./nptl/pthread_kill.c:89
          #8  0x000014cf3a84526e in __GI_raise (sig=sig@entry=6)at ../sysdeps/posix/raise.c:26
          #9  0x000014cf3a8288ff in __GI_abort () at ./stdlib/abort.c:79
          #10 0x000014cf3a82881b in __assert_fail_base (fmt=0x14cf3a9d01e8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x559bc39a2d80 <str> "!is_set() || (m_status == DA_OK_BULK && is_bulk_op())", file=file@entry=0x559bc39a23a0 "/test/11.8_dbg_san/sql/sql_error.cc", line=line@entry=348, function=function@entry=0x559bc39a2de0 <__PRETTY_FUNCTION__._ZN16Diagnostics_area13set_ok_statusEyyPKc> "void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char *)") at ./assert/assert.c:94
          #11 0x000014cf3a83b507 in __assert_fail (assertion=0x559bc39a2d80 <str> "!is_set() || (m_status == DA_OK_BULK && is_bulk_op())", file=0x559bc39a23a0 "/test/11.8_dbg_san/sql/sql_error.cc", line=348, function=0x559bc39a2de0 <__PRETTY_FUNCTION__._ZN16Diagnostics_area13set_ok_statusEyyPKc> "void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char *)") at ./assert/assert.c:103
          #12 0x0000559bc0756afa in Diagnostics_area::set_ok_status (this=<optimized out>, affected_rows=<optimized out>, last_insert_id=<optimized out>, message=<optimized out>)at /test/11.8_dbg_san/sql/sql_error.cc:348
          #13 0x0000559bc08e73b2 in mysql_execute_command (thd=0x52b000165218, is_called_from_prepared_stmt=<optimized out>)at /test/11.8_dbg_san/sql/sql_parse.cc:5836
          #14 0x0000559bc08c4589 in mysql_parse (thd=thd@entry=0x52b000165218, rawbuf=rawbuf@entry=0x52d0003c0438 "ALTER SERVER srv OPTIONS (USER'')", length=<optimized out>, parser_state=parser_state@entry=0x14cf0971b8a0)at /test/11.8_dbg_san/sql/sql_parse.cc:7915
          #15 0x0000559bc08b864c in dispatch_command (command=<optimized out>, thd=0x52b000165218, packet=<optimized out>, packet_length=<optimized out>, blocking=<optimized out>) at /test/11.8_dbg_san/sql/sql_parse.cc:1903
          #16 0x0000559bc08c6fae in do_command (thd=thd@entry=0x52b000165218, blocking=true) at /test/11.8_dbg_san/sql/sql_parse.cc:1416
          #17 0x0000559bc0f8a76d in do_handle_one_connection (connect=<optimized out>, connect@entry=0x508000002fb8, put_in_cache=true)at /test/11.8_dbg_san/sql/sql_connect.cc:1415
          #18 0x0000559bc0f8a028 in handle_one_connection (arg=0x508000002fb8)at /test/11.8_dbg_san/sql/sql_connect.cc:1327
          #19 0x0000559bc02c9b5d in asan_thread_start(void*) ()
          #20 0x000014cf3a89ca94 in start_thread (arg=<optimized out>)at ./nptl/pthread_create.c:447
          #21 0x000014cf3a929c3c in clone3 ()at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
          

          Roel Roel Van de Paar added a comment - On UBSAN (Clang) builds the testcase from the last comment gives: CS 11.8.0 cacaaebf01939d387645fb850ceeec5392496171 (Optimized, UBASAN, Clang) mariadbd: /test/11.8_dbg_san/sql/sql_error.cc:348: void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char *): Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed. CS 11.8.0 cacaaebf01939d387645fb850ceeec5392496171 (Optimized, UBASAN, Clang) Core was generated by `/test/UBASAN_MD170125-mariadb-11.8.0-linux-x86_64-opt/bin/mariadbd --no-default'. Program terminated with signal SIGABRT, Aborted. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44   [Current thread is 1 (LWP 3476449)] (gdb) bt #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44 #1 __pthread_kill_internal (signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:78 #2 __GI___pthread_kill (threadid=<optimized out>, signo=6)at ./nptl/pthread_kill.c:89 #3 0x0000559bc173a7e5 in handle_fatal_signal (sig=<optimized out>)at /test/11.8_dbg_san/sql/signal_handler.cc:298 #4 <signal handler called> #5 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44 #6 __pthread_kill_internal (signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:78 #7 __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6)at ./nptl/pthread_kill.c:89 #8 0x000014cf3a84526e in __GI_raise (sig=sig@entry=6)at ../sysdeps/posix/raise.c:26 #9 0x000014cf3a8288ff in __GI_abort () at ./stdlib/abort.c:79 #10 0x000014cf3a82881b in __assert_fail_base (fmt=0x14cf3a9d01e8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x559bc39a2d80 <str> "!is_set() || (m_status == DA_OK_BULK && is_bulk_op())", file=file@entry=0x559bc39a23a0 "/test/11.8_dbg_san/sql/sql_error.cc", line=line@entry=348, function=function@entry=0x559bc39a2de0 <__PRETTY_FUNCTION__._ZN16Diagnostics_area13set_ok_statusEyyPKc> "void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char *)") at ./assert/assert.c:94 #11 0x000014cf3a83b507 in __assert_fail (assertion=0x559bc39a2d80 <str> "!is_set() || (m_status == DA_OK_BULK && is_bulk_op())", file=0x559bc39a23a0 "/test/11.8_dbg_san/sql/sql_error.cc", line=348, function=0x559bc39a2de0 <__PRETTY_FUNCTION__._ZN16Diagnostics_area13set_ok_statusEyyPKc> "void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char *)") at ./assert/assert.c:103 #12 0x0000559bc0756afa in Diagnostics_area::set_ok_status (this=<optimized out>, affected_rows=<optimized out>, last_insert_id=<optimized out>, message=<optimized out>)at /test/11.8_dbg_san/sql/sql_error.cc:348 #13 0x0000559bc08e73b2 in mysql_execute_command (thd=0x52b000165218, is_called_from_prepared_stmt=<optimized out>)at /test/11.8_dbg_san/sql/sql_parse.cc:5836 #14 0x0000559bc08c4589 in mysql_parse (thd=thd@entry=0x52b000165218, rawbuf=rawbuf@entry=0x52d0003c0438 "ALTER SERVER srv OPTIONS (USER'')", length=<optimized out>, parser_state=parser_state@entry=0x14cf0971b8a0)at /test/11.8_dbg_san/sql/sql_parse.cc:7915 #15 0x0000559bc08b864c in dispatch_command (command=<optimized out>, thd=0x52b000165218, packet=<optimized out>, packet_length=<optimized out>, blocking=<optimized out>) at /test/11.8_dbg_san/sql/sql_parse.cc:1903 #16 0x0000559bc08c6fae in do_command (thd=thd@entry=0x52b000165218, blocking=true) at /test/11.8_dbg_san/sql/sql_parse.cc:1416 #17 0x0000559bc0f8a76d in do_handle_one_connection (connect=<optimized out>, connect@entry=0x508000002fb8, put_in_cache=true)at /test/11.8_dbg_san/sql/sql_connect.cc:1415 #18 0x0000559bc0f8a028 in handle_one_connection (arg=0x508000002fb8)at /test/11.8_dbg_san/sql/sql_connect.cc:1327 #19 0x0000559bc02c9b5d in asan_thread_start(void*) () #20 0x000014cf3a89ca94 in start_thread (arg=<optimized out>)at ./nptl/pthread_create.c:447 #21 0x000014cf3a929c3c in clone3 ()at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

          People

            rucha174 Rucha Deodhar
            Roel Roel Van de Paar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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