mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
416a49a669
- 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.
9 lines
358 B
Text
9 lines
358 B
Text
# 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.
|