mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
ndb dd -
Init lsn storage/ndb/src/kernel/blocks/lgman.cpp: Init lsn
This commit is contained in:
parent
02b5ec788d
commit
603653f32b
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ Lgman::Lgman(Block_context & ctx) :
|
|||
|
||||
addRecSignal(GSN_GET_TABINFOREQ, &Lgman::execGET_TABINFOREQ);
|
||||
|
||||
m_last_lsn = 0;
|
||||
m_last_lsn = 1;
|
||||
m_logfile_group_pool.setSize(10);
|
||||
m_logfile_group_hash.setSize(10);
|
||||
m_file_pool.setSize(10);
|
||||
|
|
Loading…
Reference in a new issue