diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-16 23:14:49 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-16 23:59:30 +0000 |
commit | fc8a300f49e9457ada1834ae2feda738784f73c6 (patch) | |
tree | ee9466f4226e155b919ae98f1cde60f09db4a6ed /test/scripts | |
parent | 306c6c7751cf6953dc544a607b584a9ca58623ad (diff) |
Testsuite: MySQL portability
Community-mysql has no mysqld-safe script, and mysqld has varying locations.
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/2610-MySQL/2610 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/2610-MySQL/2610 b/test/scripts/2610-MySQL/2610 index d160db270..5c104f3fe 100644 --- a/test/scripts/2610-MySQL/2610 +++ b/test/scripts/2610-MySQL/2610 @@ -11,7 +11,7 @@ sudo rm test-stdout test-stderr # # start a db server background -mysqld_safe --datadir=DIR/mysql --log-error=DIR/mysql/log --port=PORT_N --socket=DIR/mysql/sock --pid-file=DIR/mysql/pidfile +DIR/bin.sys/mysqld --datadir=DIR/mysql --log-error=DIR/mysql/log --bind-address=* --port=PORT_N --socket=DIR/mysql/sock --pid-file=DIR/mysql/pidfile **** # # wait for db startup, insert some data |