Assertion in restore_backup_open_tables_state on concurrent HANDLER
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MariaDB |
New
|
Undecided
|
Philip Stoev |
Bug Description
When executing a RQG workload with concurrent HANDLER, maria-5.3-handler asserted as follows:
mysqld: sql_class.cc:3340: void THD::restore_
backtrace:
# 2011-01-14T10:29:33 #8 0x00399d98 in __assert_fail () from /lib/libc.so.6
# 2011-01-14T10:29:33 #9 0x082727a0 in THD::restore_
# 2011-01-14T10:29:33 #10 0x082f3c53 in open_performanc
# 2011-01-14T10:29:33 #11 0x08358020 in Log_to_
# 2011-01-14T10:29:33 user_host=
# 2011-01-14T10:29:33 sql_text=0xac68da0 "EXECUTE h_r", sql_text_len=11, client_
# 2011-01-14T10:29:33 #12 0x083599b6 in LOGGER:
# 2011-01-14T10:29:33 #13 0x0836282d in general_log_write (thd=0xac51c90, command=COM_QUERY, query=0xac68da0 "EXECUTE h_r", query_length=11) at log.cc:4592
# 2011-01-14T10:29:33 #14 0x0829504f in dispatch_command (command=COM_QUERY, thd=0xac51c90, packet=0xac53c99 " EXECUTE h_r ", packet_length=13) at sql_parse.cc:1201
# 2011-01-14T10:29:33 #15 0x082945b4 in do_command (thd=0xac51c90) at sql_parse.cc:904
# 2011-01-14T10:29:33 #16 0x08291692 in handle_
# 2011-01-14T10:29:33 #17 0x00821919 in start_thread () from /lib/libpthread
# 2011-01-14T10:29:33 #18 0x00453cce in clone () from /lib/libc.so.6
Changed in maria: | |
assignee: | nobody → Philip Stoev (philip-stoev) |