mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
ndb - add mysql-test-run test case for ndb_config
mysql-test/r/ndb_config.result: New BitKeeper file ``mysql-test/r/ndb_config.result'' mysql-test/t/ndb_config.test: New BitKeeper file ``mysql-test/t/ndb_config.test''
This commit is contained in:
5
mysql-test/r/ndb_config.result
Normal file
5
mysql-test/r/ndb_config.result
Normal file
@ -0,0 +1,5 @@
|
||||
ndbd,1,localhost ndbd,2,localhost ndb_mgmd,3, mysqld,4, mysqld,5, mysqld,6, mysqld,7,
|
||||
1,localhost,41943040,12582912 2,localhost,41943040,12582912
|
||||
1 localhost 41943040 12582912
|
||||
2 localhost 41943040 12582912
|
||||
1 2
|
4
mysql-test/t/ndb_config.test
Normal file
4
mysql-test/t/ndb_config.test
Normal file
@ -0,0 +1,4 @@
|
||||
--exec $NDB_TOOLS_DIR/ndb_config --no-defaults --query=type,nodeid,host 2> /dev/null
|
||||
--exec $NDB_TOOLS_DIR/ndb_config --no-defaults --query=nodeid,host,DataMemory,IndexMemory --type=ndbd 2> /dev/null
|
||||
--exec $NDB_TOOLS_DIR/ndb_config --no-defaults -r \\n -f " " --query=nodeid,host,DataMemory,IndexMemory --type=ndbd 2> /dev/null
|
||||
--exec $NDB_TOOLS_DIR/ndb_config --no-defaults --query=nodeid --type=ndbd --host=localhost 2> /dev/null
|
Reference in New Issue
Block a user