mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00

- dynamic configuration support - safe process - cleanups - create new suite for fedarated
12 lines
540 B
Plaintext
12 lines
540 B
Plaintext
-- source include/have_ndb.inc
|
|
-- source include/have_binlog_format_mixed_or_row.inc
|
|
-- source include/have_ndbapi_examples.inc
|
|
-- source include/ndb_master-slave.inc
|
|
|
|
--exec echo Running ndbapi_simple_dual
|
|
--exec $NDB_EXAMPLES_DIR/ndbapi_simple_dual/ndbapi_simple_dual $MASTER_MYSOCK "$NDB_CONNECTSTRING" $SLAVE_MYSOCK "$NDB_CONNECTSTRING_SLAVE" >> $NDB_EXAMPLES_OUTPUT
|
|
|
|
--exec echo Running mgmapi_logevent
|
|
--exec $NDB_EXAMPLES_DIR/mgmapi_logevent/mgmapi_logevent "$NDB_CONNECTSTRING" "$NDB_CONNECTSTRING_SLAVE" 1 >> $NDB_EXAMPLES_OUTPUT
|
|
|