config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/ndb/t/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/ndb/t/ndb_dd_initial_lg.cnf

!include suite/ndb/my.cnf

[cluster_config]
SharedGlobalMemory=10M

# Setup an initial logfile group
# - with non default undo buffer size larger than SharedGlobalMemory
#   (before fix of BUG#11762867 the system start would fail due to out of
#    undo buffer memory when trying to create the logfile group)
# - two undofiles with different file sizes
InitialLogfileGroup=name=initial_lg1;undo_buffer_size=20M;undofile1.log:32M;undofile2.log:54M

# Also InitialLogFileGroup without undo_buffer_size given would
# fail to start when SharedGlobalMemory was configured lower than the default
# value for undo_buffer_size.
# - no specific testcase added for this combination. Manually tested by
#   uncommenting line below.
#InitialLogfileGroup=name=initial_lg1;undofile1.log:32M;undofile2.log:54M


Man Man