mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
ndb - bug#26454
make lockpages=1 run a bit earlier in startup ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp: change order
This commit is contained in:
parent
3c09c1c327
commit
2cd7831fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -76,8 +76,8 @@ static BlockInfo ALL_BLOCKS[] = {
|
|||
{ DBDICT_REF, 1 , 6000, 6003 },
|
||||
{ NDBFS_REF, 0 , 2000, 2999 },
|
||||
{ NDBCNTR_REF, 0 , 1000, 1999 },
|
||||
{ CMVMI_REF, 1 , 9000, 9999 }, // before QMGR
|
||||
{ QMGR_REF, 1 , 1, 999 },
|
||||
{ CMVMI_REF, 1 , 9000, 9999 },
|
||||
{ TRIX_REF, 1 , 0, 0 },
|
||||
{ BACKUP_REF, 1 , 10000, 10999 },
|
||||
{ DBUTIL_REF, 1 , 11000, 11999 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue