mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fix test on Windows
This commit is contained in:
@ -54,6 +54,6 @@ drop user testuser@localhost;
|
||||
set global general_log=@old_global_general_log;
|
||||
|
||||
let $MYSQLD_DATADIR= `SELECT @@datadir`;
|
||||
--replace_regex /#sql-[0-9a-f_]*/#sql-temporary/ /#sql2-[-0-9a-f_]*/#sql2-temporary/
|
||||
--replace_regex /#sql-[0-9a-f_]*/#sql-temporary/ /#sql2-[-0-9a-f_]*/#sql2-temporary/ /::1// /127.0.0.1//
|
||||
cat_file $MYSQLD_DATADIR/audit_null_tables.log;
|
||||
|
||||
|
Reference in New Issue
Block a user