mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge branch '5.5' into 10.0
This commit is contained in:
@ -2512,3 +2512,11 @@ if (`select convert(@@version_compile_os using latin1) IN ("Win32","Win64","Wind
|
||||
}
|
||||
--exec $MYSQL_DUMP --routines --compact $shell_ready_db_name
|
||||
DROP DATABASE `a\"'``b`;
|
||||
|
||||
#"
|
||||
# MDEV-11505 wrong databasename in mysqldump comment
|
||||
#
|
||||
let SEARCH_FILE=$MYSQLTEST_VARDIR/tmp/bug11505.sql;
|
||||
let SEARCH_PATTERN=Database: mysql;
|
||||
exec $MYSQL_DUMP mysql func > $SEARCH_FILE;
|
||||
source include/search_pattern_in_file.inc;
|
||||
|
Reference in New Issue
Block a user