mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
fix main.mysqldump test on windows
This commit is contained in:
parent
ca28d9011c
commit
0ed474484c
1 changed files with 6 additions and 1 deletions
|
|
@ -2502,5 +2502,10 @@ CREATE DATABASE `a\"'``b`;
|
|||
USE `a\"'``b`;
|
||||
CREATE PROCEDURE p1() BEGIN END;
|
||||
ALTER DATABASE `a\"'``b` COLLATE utf8_general_ci;
|
||||
--exec $MYSQL_DUMP --routines --compact a\\\"\'\`b 2>&1
|
||||
--let shell_ready_db_name="a\\\\\\"'`b"
|
||||
if (`select convert(@@version_compile_os using latin1) IN ("Win32","Win64","Windows") = 0`)
|
||||
{
|
||||
--let shell_ready_db_name=a\\\\\\"\\'\\`b
|
||||
}
|
||||
--exec $MYSQL_DUMP --routines --compact $shell_ready_db_name
|
||||
DROP DATABASE `a\"'``b`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue