mirror of
https://github.com/MariaDB/server.git
synced 2025-05-01 08:45:04 +03:00
- Testcase fixup. mysql-test/t/windows_shm.test: Bug#24924 shared-memory-base-name that is too long causes buffer overflow - Pass user, port and host to mysqladmin.
10 lines
358 B
Plaintext
10 lines
358 B
Plaintext
# Windows-specific tests
|
|
--source include/windows.inc
|
|
|
|
#
|
|
# Bug #24924: shared-memory-base-name that is too long causes buffer overflow
|
|
#
|
|
--exec $MYSQLADMIN --no-defaults --user=root --host=127.0.0.1 --port=$MASTER_MYPORT --shared-memory-base-name=HeyMrBaseNameXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ping
|
|
|
|
--echo End of 5.0 tests.
|