Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.4.2
    • N/A
    • None
    • Ubuntu 17.10 but most probably unimportant

    Description

      mysqld: storage/innobase/trx/trx0sys.cc:62: static void ReadView::check_trx_id_sanity(trx_id_t, const table_name_t&): Assertion `0' failed.

      The problem does not show up on actual 
          10.4   commit 2465d3e00b2f18c7d4967f9bb10438883682787d 2019-01-01
       
      The problem was found during RQG testing on binaries compiled with ASAN
      based on bb-10.4-MDEV-15563
         last commit    d96b94d1ab6878bea98f0f6dc005cfd1e2d1f8e5  2019-01-02
                Disable a badly written test  2019-01-02
         previous commit b91879bd8fc10344f10dd3e648338c5535de02f4  2018-12-11
                MDEV-15563 Case 4 prototype: UNSIGNED -> bigger signed
       
      ts_5.test
      -------------
      --source include/have_innodb.inc
      CREATE TABLE t1 (col1 INT, col_int INTEGER) ENGINE = InnoDB ROW_FORMAT = Redundant ;
      INSERT INTO t1 (col1, col_int) VALUES ( 0, 0 ) ;
      ALTER TABLE t1 MODIFY col_int BIGINT ;
      ALTER TABLE t1 ADD PRIMARY KEY IF NOT EXISTS ( col_int ) , LOCK = EXCLUSIVE, ALGORITHM = INPLACE ;
      INSERT INTO t1 (col1, col_int) VALUES ( 1, 1 ) ;
      CHECK TABLE t1;
       
      SHOW PROCESSLIST;
       
      TEST                                      RESULT   TIME (ms) or COMMENT
      --------------------------------------------------------------------------
       
      worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
      CREATE TABLE t1 (col1 INT, col_int INTEGER) ENGINE = InnoDB ROW_FORMAT = Redundant ;
      INSERT INTO t1 (col1, col_int) VALUES ( 0, 0 ) ;
      ALTER TABLE t1 MODIFY col_int BIGINT ;
      ALTER TABLE t1 ADD PRIMARY KEY IF NOT EXISTS ( col_int ) , LOCK = EXCLUSIVE, ALGORITHM = INPLACE ;
      INSERT INTO t1 (col1, col_int) VALUES ( 1, 1 ) ;
      CHECK TABLE t1;
      main.ts_5 'innodb'                       [ fail ]
              Test ended at 2019-01-03 11:44:05
       
      CURRENT_TEST: main.ts_5
      mysqltest: At line 8: query 'CHECK TABLE t1' failed: 2013: Lost connection to MySQL server during query
      ...
      Version: '10.4.2-MariaDB-debug-log'  socket: 'bld_asan/mysql-test/var/tmp/mysqld.1.sock'  port: 16000  Source distribution
      2019-01-03 11:44:04 9 [Warning] InnoDB: A transaction id in a record of table `test`.`t1` is newer than the system-wide maximum.
      mysqld: storage/innobase/trx/trx0sys.cc:62: static void ReadView::check_trx_id_sanity(trx_id_t, const table_name_t&): Assertion `0' failed.
      190103 11:44:04 [ERROR] mysqld got signal 6 ;
      ...
      Query (0x62b000000220): CHECK TABLE t1
      Connection ID (thread ID): 9
      Status: NOT_KILLED
      ...
      #3  <signal handler called>
      #4  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
      #5  0x00007ff83416cf5d in __GI_abort () at abort.c:90
      #6  0x00007ff834162f17 in __assert_fail_base (fmt=<optimized out>, assertion=assertion@entry=0x5653ba59e040 "0", file=file@entry=0x5653ba59dfc0 "storage/innobase/trx/trx0sys.cc", line=line@entry=62, function=function@entry=0x5653ba59f1e0 <ReadView::check_trx_id_sanity(unsigned long, table_name_t const&)::__PRETTY_FUNCTION__> "static void ReadView::check_trx_id_sanity(trx_id_t, const table_name_t&)") at assert.c:92
      #7  0x00007ff834162fc2 in __GI___assert_fail (assertion=0x5653ba59e040 "0", file=0x5653ba59dfc0 "storage/innobase/trx/trx0sys.cc", line=62, function=0x5653ba59f1e0 <ReadView::check_trx_id_sanity(unsigned long, table_name_t const&)::__PRETTY_FUNCTION__> "static void ReadView::check_trx_id_sanity(trx_id_t, const table_name_t&)") at assert.c:101
      #8  0x00005653b94a4595 in ReadView::check_trx_id_sanity (id=2147483648, name=...) at storage/innobase/trx/trx0sys.cc:62
      #9  0x00005653b91aa00e in ReadView::changes_visible (this=0x7ff82af0f998, id=2147483648, name=...) at storage/innobase/include/read0types.h:220
      #10 0x00005653b9180b84 in lock_clust_rec_cons_read_sees (rec=0x7ff82ab9c087 "\200", index=0x61700004a008, offsets=0x7ff81e38dd20, view=0x7ff82af0f998) at storage/innobase/lock/lock0lock.cc:403
      #11 0x00005653b93c3357 in row_search_mvcc (buf=0x6290002e4200 '\276' <repeats 200 times>..., mode=PAGE_CUR_G, prebuilt=0x620000014108, match_mode=0, direction=0) at storage/innobase/row/row0sel.cc:5111
      #12 0x00005653b93344b0 in row_search_for_mysql (buf=0x6290002e4200 '\276' <repeats 200 times>..., mode=PAGE_CUR_G, prebuilt=0x620000014108, match_mode=0, direction=0) at storage/innobase/include/row0sel.ic:137
      #13 0x00005653b934ff42 in row_scan_index_for_mysql (prebuilt=0x620000014108, index=0x61700004a008, n_rows=0x7ff81e38f5d0) at storage/innobase/row/row0mysql.cc:4721
      #14 0x00005653b9063b36 in ha_innobase::check (this=0x61c0000660a0, thd=0x62a0000de208, check_opt=0x62a0000e3260) at storage/innobase/handler/ha_innodb.cc:14549
      #15 0x00005653b8b01cc4 in handler::ha_check (this=0x61c0000660a0, thd=0x62a0000de208, check_opt=0x62a0000e3260) at sql/handler.cc:4235
      #16 0x00005653b875ab2a in mysql_admin_table (thd=0x62a0000de208, tables=0x62b0000002d8, check_opt=0x62a0000e3260, operator_name=0x5653ba0d0a40 "check", lock_type=TL_READ_NO_INSERT, org_open_for_modify=false, repair_table_use_frm=false, extra_open_options=32, prepare_func=0x0, operator_func=(int (handler::*)(handler * const, THD *, HA_CHECK_OPT *)) 0x5653b8b0187a <handler::ha_check(THD*, st_ha_check_opt*)>, view_operator_func=0x5653b864c7de <view_check(THD*, TABLE_LIST*, st_ha_check_opt*)>) at sql/sql_admin.cc:803
      #17 0x00005653b875fc2c in Sql_cmd_check_table::execute (this=0x62b000000918, thd=0x62a0000de208) at sql/sql_admin.cc:1347
      #18 0x00005653b83aed62 in mysql_execute_command (thd=0x62a0000de208) at sql/sql_parse.cc:6302
      #19 0x00005653b83ba63f in mysql_parse (thd=0x62a0000de208, rawbuf=0x62b000000220 "CHECK TABLE t1", length=14, parser_state=0x7ff81e392dd0, is_com_multi=false, is_next_command=false) at sql/sql_parse.cc:8104
      #20 0x00005653b8391a50 in dispatch_command (command=COM_QUERY, thd=0x62a0000de208, packet=0x629000271209 "", packet_length=14, is_com_multi=false, is_next_command=false) at sql/sql_parse.cc:1850
      #21 0x00005653b838e67c in do_command (thd=0x62a0000de208) at sql/sql_parse.cc:1395
      #22 0x00005653b87313d9 in do_handle_one_connection (connect=0x6080000010a8) at sql/sql_connect.cc:1402
      #23 0x00005653b8730ccb in handle_one_connection (arg=0x6080000010a8) at sql/sql_connect.cc:1308
      #24 0x00005653b9c18aa4 in pfs_spawn_thread (arg=0x615000004908) at storage/perfschema/pfs.cc:1862
      #25 0x00007ff834e0e7fc in start_thread (arg=0x7ff81e394700) at pthread_create.c:465
      
      

      Attachments

        Issue Links

          Activity

            Another test with different assert but most probably based on the same mistake in coding.
            ts_6.test
            --------------
            --source include/have_innodb.inc
            CREATE TABLE t1 (col1 INT, col_int INTEGER) ENGINE = InnoDB ROW_FORMAT = Redundant  ;
            ALTER TABLE t1 ADD PRIMARY KEY ( col_int ), LOCK = SHARED, ALGORITHM = DEFAULT  ;
            INSERT INTO t1 (col1, col_int) VALUES ( 1, 1) ;
            UPDATE t1 SET col1 = NULL;
            ALTER TABLE t1 MODIFY col_int BIGINT  ;
            DELETE FROM t1 WHERE col1 IS NULL  ;
             
            SHOW PROCESSLIST;
             
            Version: '10.4.2-MariaDB-debug-log'  socket: 'bld_asan/mysql-test/var/tmp/mysqld.1.sock'  port: 16000  Source distribution
            2019-01-03 12:44:52 9 [ERROR] InnoDB: Transaction id 2147483648 associated with recordRECORD(info_bits=32, 4 fields): {[4]    (0x80000001),[6]      (0x000000000000),[7]       (0x80000000000000),NULL} in index `PRIMARY` of table `test`.`t1` is greater than the global counter 65! The table is corrupted.
            2019-01-03 12:44:52 9 [ERROR] InnoDB: Transaction id 2147483648 associated with recordRECORD(info_bits=32, 4 fields): {[4]    (0x80000001),[6]      (0x000000000000),[7]       (0x80000000000000),NULL} in index `PRIMARY` of table `test`.`t1` is greater than the global counter 65! The table is corrupted.
            mysqld: storage/innobase/include/row0upd.ic:189: void row_upd_rec_sys_fields(rec_t*, page_zip_des_t*, dict_index_t*, const ulint*, const trx_t*, roll_ptr_t): Assertion `roll_ptr == 0 || lock_check_trx_id_sanity( trx_read_trx_id(rec + offset), rec, index, offsets)' failed.
            190103 12:44:52 [ERROR] mysqld got signal 6 ;
            ...
            Query (0x62b000000220): DELETE FROM t1 WHERE col1 IS NULL
            Connection ID (thread ID): 9
            Status: NOT_KILLED
            ...
            #3  <signal handler called>
            #4  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
            #5  0x00007ffba1d9ff5d in __GI_abort () at abort.c:90
            #6  0x00007ffba1d95f17 in __assert_fail_base (fmt=<optimized out>, assertion=assertion@entry=0x5628093aa880 "roll_ptr == 0 || lock_check_trx_id_sanity( trx_read_trx_id(rec + offset), rec, index, offsets)", file=file@entry=0x5628093aa740 "storage/innobase/include/row0upd.ic", line=line@entry=189, function=function@entry=0x5628093b77e0 <row_upd_rec_sys_fields(unsigned char*, page_zip_des_t*, dict_index_t*, unsigned long const*, trx_t const*, unsigned long)::__PRETTY_FUNCTION__> "void row_upd_rec_sys_fields(rec_t*, page_zip_des_t*, dict_index_t*, const ulint*, const trx_t*, roll_ptr_t)") at assert.c:92
            #7  0x00007ffba1d95fc2 in __GI___assert_fail (assertion=0x5628093aa880 "roll_ptr == 0 || lock_check_trx_id_sanity( trx_read_trx_id(rec + offset), rec, index, offsets)", file=0x5628093aa740 "storage/innobase/include/row0upd.ic", line=189, function=0x5628093b77e0 <row_upd_rec_sys_fields(unsigned char*, page_zip_des_t*, dict_index_t*, unsigned long const*, trx_t const*, unsigned long)::__PRETTY_FUNCTION__> "void row_upd_rec_sys_fields(rec_t*, page_zip_des_t*, dict_index_t*, const ulint*, const trx_t*, roll_ptr_t)") at assert.c:101
            #8  0x00005628082f2970 in row_upd_rec_sys_fields (rec=0x7ffb987e4087 "\200", page_zip=0x0, index=0x617000040608, offsets=0x7ffb8bfc63c0, trx=0x7ffb98b5a908, roll_ptr=6473924485710096) at storage/innobase/include/row0upd.ic:189
            #9  0x0000562808310fe1 in btr_cur_del_mark_set_clust_rec (block=0x7ffb982c1058, rec=0x7ffb987e4087 "\200", index=0x617000040608, offsets=0x7ffb8bfc63c0, thr=0x620000015bd0, entry=0x617000046108, mtr=0x7ffb8bfc6700) at storage/innobase/btr/btr0cur.cc:5436
            #10 0x00005628081b7ce5 in row_upd_del_mark_clust_rec (node=0x6200000158c8, index=0x617000040608, offsets=0x7ffb8bfc63c0, thr=0x620000015bd0, referenced=0, foreign=false, mtr=0x7ffb8bfc6700) at storage/innobase/row/row0upd.cc:2984
            #11 0x00005628081b8f12 in row_upd_clust_step (node=0x6200000158c8, thr=0x620000015bd0) at storage/innobase/row/row0upd.cc:3162
            #12 0x00005628081b9a79 in row_upd (node=0x6200000158c8, thr=0x620000015bd0) at storage/innobase/row/row0upd.cc:3288
            #13 0x00005628081ba902 in row_upd_step (thr=0x620000015bd0) at storage/innobase/row/row0upd.cc:3432
            #14 0x000056280810eb78 in row_update_for_mysql (prebuilt=0x620000015108) at storage/innobase/row/row0mysql.cc:1889
            #15 0x0000562807e16718 in ha_innobase::delete_row (this=0x61c0000560a0, record=0x6190000e0ba8 "\377") at storage/innobase/handler/ha_innodb.cc:8958
            #16 0x00005628078e0ddc in handler::ha_delete_row (this=0x61c0000560a0, buf=0x6190000e0ba8 "\377") at sql/handler.cc:6361
            #17 0x0000562807ce6fea in TABLE::delete_row (this=0x61f000046e88) at sql/sql_delete.cc:253
            #18 0x0000562807cdeac4 in mysql_delete (thd=0x62a0000de208, table_list=0x62b000000310, conds=0x62b000000a68, order_list=0x62a0000e2ab0, limit=18446744073709551615, options=0, result=0x0) at sql/sql_delete.cc:753
            #19 0x0000562807173e32 in mysql_execute_command (thd=0x62a0000de208) at sql/sql_parse.cc:4925
            #20 0x000056280718963f in mysql_parse (thd=0x62a0000de208, rawbuf=0x62b000000220 "DELETE FROM t1 WHERE col1 IS NULL", length=33, parser_state=0x7ffb8bfc9dd0, is_com_multi=false, is_next_command=false) at sql/sql_parse.cc:8104
            #21 0x0000562807160a50 in dispatch_command (command=COM_QUERY, thd=0x62a0000de208, packet=0x629000271209 "DELETE FROM t1 WHERE col1 IS NULL  ", packet_length=35, is_com_multi=false, is_next_command=false) at sql/sql_parse.cc:1850
            #22 0x000056280715d67c in do_command (thd=0x62a0000de208) at sql/sql_parse.cc:1395
            #23 0x00005628075003d9 in do_handle_one_connection (connect=0x6080000010a8) at sql/sql_connect.cc:1402
            #24 0x00005628074ffccb in handle_one_connection (arg=0x6080000010a8) at sql/sql_connect.cc:1308
            #25 0x00005628089e7aa4 in pfs_spawn_thread (arg=0x615000004908) at storage/perfschema/pfs.cc:1862
            #26 0x00007ffba2a417fc in start_thread (arg=0x7ffb8bfcb700) at pthread_create.c:465
            

            mleich Matthias Leich added a comment - Another test with different assert but most probably based on the same mistake in coding. ts_6.test -------------- --source include/have_innodb.inc CREATE TABLE t1 (col1 INT, col_int INTEGER) ENGINE = InnoDB ROW_FORMAT = Redundant ; ALTER TABLE t1 ADD PRIMARY KEY ( col_int ), LOCK = SHARED, ALGORITHM = DEFAULT ; INSERT INTO t1 (col1, col_int) VALUES ( 1, 1) ; UPDATE t1 SET col1 = NULL; ALTER TABLE t1 MODIFY col_int BIGINT ; DELETE FROM t1 WHERE col1 IS NULL ;   SHOW PROCESSLIST;   Version: '10.4.2-MariaDB-debug-log' socket: 'bld_asan/mysql-test/var/tmp/mysqld.1.sock' port: 16000 Source distribution 2019-01-03 12:44:52 9 [ERROR] InnoDB: Transaction id 2147483648 associated with recordRECORD(info_bits=32, 4 fields): {[4] (0x80000001),[6] (0x000000000000),[7] (0x80000000000000),NULL} in index `PRIMARY` of table `test`.`t1` is greater than the global counter 65! The table is corrupted. 2019-01-03 12:44:52 9 [ERROR] InnoDB: Transaction id 2147483648 associated with recordRECORD(info_bits=32, 4 fields): {[4] (0x80000001),[6] (0x000000000000),[7] (0x80000000000000),NULL} in index `PRIMARY` of table `test`.`t1` is greater than the global counter 65! The table is corrupted. mysqld: storage/innobase/include/row0upd.ic:189: void row_upd_rec_sys_fields(rec_t*, page_zip_des_t*, dict_index_t*, const ulint*, const trx_t*, roll_ptr_t): Assertion `roll_ptr == 0 || lock_check_trx_id_sanity( trx_read_trx_id(rec + offset), rec, index, offsets)' failed. 190103 12:44:52 [ERROR] mysqld got signal 6 ; ... Query (0x62b000000220): DELETE FROM t1 WHERE col1 IS NULL Connection ID (thread ID): 9 Status: NOT_KILLED ... #3 <signal handler called> #4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #5 0x00007ffba1d9ff5d in __GI_abort () at abort.c:90 #6 0x00007ffba1d95f17 in __assert_fail_base (fmt=<optimized out>, assertion=assertion@entry=0x5628093aa880 "roll_ptr == 0 || lock_check_trx_id_sanity( trx_read_trx_id(rec + offset), rec, index, offsets)", file=file@entry=0x5628093aa740 "storage/innobase/include/row0upd.ic", line=line@entry=189, function=function@entry=0x5628093b77e0 <row_upd_rec_sys_fields(unsigned char*, page_zip_des_t*, dict_index_t*, unsigned long const*, trx_t const*, unsigned long)::__PRETTY_FUNCTION__> "void row_upd_rec_sys_fields(rec_t*, page_zip_des_t*, dict_index_t*, const ulint*, const trx_t*, roll_ptr_t)") at assert.c:92 #7 0x00007ffba1d95fc2 in __GI___assert_fail (assertion=0x5628093aa880 "roll_ptr == 0 || lock_check_trx_id_sanity( trx_read_trx_id(rec + offset), rec, index, offsets)", file=0x5628093aa740 "storage/innobase/include/row0upd.ic", line=189, function=0x5628093b77e0 <row_upd_rec_sys_fields(unsigned char*, page_zip_des_t*, dict_index_t*, unsigned long const*, trx_t const*, unsigned long)::__PRETTY_FUNCTION__> "void row_upd_rec_sys_fields(rec_t*, page_zip_des_t*, dict_index_t*, const ulint*, const trx_t*, roll_ptr_t)") at assert.c:101 #8 0x00005628082f2970 in row_upd_rec_sys_fields (rec=0x7ffb987e4087 "\200", page_zip=0x0, index=0x617000040608, offsets=0x7ffb8bfc63c0, trx=0x7ffb98b5a908, roll_ptr=6473924485710096) at storage/innobase/include/row0upd.ic:189 #9 0x0000562808310fe1 in btr_cur_del_mark_set_clust_rec (block=0x7ffb982c1058, rec=0x7ffb987e4087 "\200", index=0x617000040608, offsets=0x7ffb8bfc63c0, thr=0x620000015bd0, entry=0x617000046108, mtr=0x7ffb8bfc6700) at storage/innobase/btr/btr0cur.cc:5436 #10 0x00005628081b7ce5 in row_upd_del_mark_clust_rec (node=0x6200000158c8, index=0x617000040608, offsets=0x7ffb8bfc63c0, thr=0x620000015bd0, referenced=0, foreign=false, mtr=0x7ffb8bfc6700) at storage/innobase/row/row0upd.cc:2984 #11 0x00005628081b8f12 in row_upd_clust_step (node=0x6200000158c8, thr=0x620000015bd0) at storage/innobase/row/row0upd.cc:3162 #12 0x00005628081b9a79 in row_upd (node=0x6200000158c8, thr=0x620000015bd0) at storage/innobase/row/row0upd.cc:3288 #13 0x00005628081ba902 in row_upd_step (thr=0x620000015bd0) at storage/innobase/row/row0upd.cc:3432 #14 0x000056280810eb78 in row_update_for_mysql (prebuilt=0x620000015108) at storage/innobase/row/row0mysql.cc:1889 #15 0x0000562807e16718 in ha_innobase::delete_row (this=0x61c0000560a0, record=0x6190000e0ba8 "\377") at storage/innobase/handler/ha_innodb.cc:8958 #16 0x00005628078e0ddc in handler::ha_delete_row (this=0x61c0000560a0, buf=0x6190000e0ba8 "\377") at sql/handler.cc:6361 #17 0x0000562807ce6fea in TABLE::delete_row (this=0x61f000046e88) at sql/sql_delete.cc:253 #18 0x0000562807cdeac4 in mysql_delete (thd=0x62a0000de208, table_list=0x62b000000310, conds=0x62b000000a68, order_list=0x62a0000e2ab0, limit=18446744073709551615, options=0, result=0x0) at sql/sql_delete.cc:753 #19 0x0000562807173e32 in mysql_execute_command (thd=0x62a0000de208) at sql/sql_parse.cc:4925 #20 0x000056280718963f in mysql_parse (thd=0x62a0000de208, rawbuf=0x62b000000220 "DELETE FROM t1 WHERE col1 IS NULL", length=33, parser_state=0x7ffb8bfc9dd0, is_com_multi=false, is_next_command=false) at sql/sql_parse.cc:8104 #21 0x0000562807160a50 in dispatch_command (command=COM_QUERY, thd=0x62a0000de208, packet=0x629000271209 "DELETE FROM t1 WHERE col1 IS NULL ", packet_length=35, is_com_multi=false, is_next_command=false) at sql/sql_parse.cc:1850 #22 0x000056280715d67c in do_command (thd=0x62a0000de208) at sql/sql_parse.cc:1395 #23 0x00005628075003d9 in do_handle_one_connection (connect=0x6080000010a8) at sql/sql_connect.cc:1402 #24 0x00005628074ffccb in handle_one_connection (arg=0x6080000010a8) at sql/sql_connect.cc:1308 #25 0x00005628089e7aa4 in pfs_spawn_thread (arg=0x615000004908) at storage/perfschema/pfs.cc:1862 #26 0x00007ffba2a417fc in start_thread (arg=0x7ffb8bfcb700) at pthread_create.c:465

            Might be relevant to MDEV-17595: INPLACE algorithm with EXCLUSIVE lock.

            svoj Sergey Vojtovich added a comment - Might be relevant to MDEV-17595 : INPLACE algorithm with EXCLUSIVE lock.
            midenok Aleksey Midenkov added a comment - - edited

            Cause

            DATA_INT and DATA_CHAR was still treated as fixed length. trx_id offset is precalculated for index when all foregoing fields are fixed length.

            Fix

            Treat DATA_INT and DATA_CHAR as true variable length.

            midenok Aleksey Midenkov added a comment - - edited Cause DATA_INT and DATA_CHAR was still treated as fixed length. trx_id offset is precalculated for index when all foregoing fields are fixed length. Fix Treat DATA_INT and DATA_CHAR as true variable length.

            midenok, I think that you should rebase your work to the latest 10.4, to get the fix of MDEV-18190.

            I will do the merge from 10.4 to bb-10.4-MDEV-15563 now, so that testing can resume.

            marko Marko Mäkelä added a comment - midenok , I think that you should rebase your work to the latest 10.4, to get the fix of MDEV-18190 . I will do the merge from 10.4 to bb-10.4- MDEV-15563 now, so that testing can resume.

            Fix pushed to bb-10.4-MDEV-15563.

            marko Marko Mäkelä added a comment - Fix pushed to bb-10.4- MDEV-15563 .

            People

              marko Marko Mäkelä
              mleich Matthias Leich
              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.