mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
ba63d79e14
show that shm communication still works on windows, and that we can't overflow the base-name.
9 lines
307 B
Text
9 lines
307 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 --shared-memory-base-name=HeyMrBaseNameXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ping
|
|
|
|
--echo End of 5.0 tests.
|