mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
c10f37673c
Move plugin declarations after system functions have been checked (Fixes problem with ndb_config failing becasue SHM is not declared) Fixed some memory leaks
7 lines
404 B
Text
7 lines
404 B
Text
-- source include/have_ndb.inc
|
|
-- source include/ndb_default_cluster.inc
|
|
-- source include/not_embedded.inc
|
|
|
|
# Following doesn't work in all configurations (if shm is not defined)
|
|
|
|
--exec $NDB_TOOLS_DIR/ndb_config --defaults-group-suffix=.cluster2 --defaults-file=$MYSQL_TEST_DIR/std_data/ndb_config_mycnf2.cnf --ndb-shm --connections --query=type,nodeid1,nodeid2,group,nodeidserver --mycnf 2> /dev/null
|