mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
d6c1a39a15
removed debug printout new test in alter table for dictionay update test with multiple connections added coice of setting MaxNoOfOrderedIndexes added option to run "--small-bench" mysql-test/mysql-test-run.sh: added option to run "--small-bench" mysql-test/ndb/ndb_config_2_node.ini: added coice of setting MaxNoOfOrderedIndexes mysql-test/ndb/ndbcluster.sh: added coice of setting MaxNoOfOrderedIndexes mysql-test/r/ndb_alter_table.result: new test in alter table for dictionay update test with multiple connections mysql-test/t/ndb_alter_table.test: new test in alter table for dictionay update test with multiple connections ndb/src/ndbapi/DictCache.cpp: removed debug printout sql/ha_ndbcluster.cc: fix for invalidating table if mismatch with frm
30 lines
524 B
INI
30 lines
524 B
INI
[ndbd default]
|
|
NoOfReplicas= 2
|
|
MaxNoOfConcurrentOperations= CHOOSE_MaxNoOfConcurrentOperations
|
|
DataMemory= CHOOSE_DataMemory
|
|
IndexMemory= CHOOSE_IndexMemory
|
|
Diskless= CHOOSE_Diskless
|
|
TimeBetweenWatchDogCheck= 30000
|
|
DataDir= CHOOSE_FILESYSTEM
|
|
MaxNoOfOrderedIndexes= CHOOSE_MaxNoOfOrderedIndexes
|
|
|
|
[ndbd]
|
|
HostName= CHOOSE_HOSTNAME_1
|
|
|
|
[ndbd]
|
|
HostName= CHOOSE_HOSTNAME_2
|
|
|
|
[ndb_mgmd]
|
|
DataDir= CHOOSE_FILESYSTEM
|
|
PortNumber= CHOOSE_PORT_MGM
|
|
|
|
[mysqld]
|
|
|
|
[mysqld]
|
|
|
|
[mysqld]
|
|
|
|
[mysqld]
|
|
|
|
[tcp default]
|
|
PortNumber= CHOOSE_PORT_TRANSPORTER
|