Commit 603653f3 authored by unknown's avatar unknown

ndb dd -

  Init lsn


storage/ndb/src/kernel/blocks/lgman.cpp:
  Init lsn
parent 02b5ec78
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment