mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
bug#16842 - ndb dd - drop logfile group crashed after SR
storage/ndb/src/kernel/blocks/lgman.cpp: Register thread start also on SR
This commit is contained in:
parent
92159be598
commit
9c46ce872f
1 changed files with 1 additions and 0 deletions
|
@ -2824,6 +2824,7 @@ Lgman::stop_run_undo_log(Signal* signal)
|
|||
(Uint64)compute_free_file_pages(ptr);
|
||||
ptr.p->m_next_reply_ptr_i = ptr.p->m_file_pos[HEAD].m_ptr_i;
|
||||
|
||||
ptr.p->m_state |= Logfile_group::LG_FLUSH_THREAD;
|
||||
signal->theData[0] = LgmanContinueB::FLUSH_LOG;
|
||||
signal->theData[1] = ptr.i;
|
||||
sendSignal(reference(), GSN_CONTINUEB, signal, 2, JBB);
|
||||
|
|
Loading…
Reference in a new issue