mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
78119b2d04
mysql-test/r/perror-win.result: pushbuild failure fix mysql-test/t/perror-win.test: pushbuild failure fix sql/item_func.cc: pushbuild failure fix
14 lines
300 B
Text
14 lines
300 B
Text
# Windows-specific tests
|
|
--source include/windows.inc
|
|
--require r/have_perror.require
|
|
disable_query_log;
|
|
eval select LENGTH("$MY_PERROR") > 0 as "have_perror";
|
|
enable_query_log;
|
|
|
|
|
|
--exec $MY_PERROR 150 2>&1
|
|
--exec $MY_PERROR 23 2>&1
|
|
--exec $MY_PERROR 500 2>&1
|
|
--error 1
|
|
--exec $MY_PERROR 30000 2>&1
|
|
|