mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
commit
b249abde57
7 changed files with 115 additions and 117 deletions
|
|
@ -3,6 +3,6 @@ INSERT INTO t VALUES(1);
|
|||
SHOW VARIABLES like 'log_bin';
|
||||
Variable_name Value
|
||||
log_bin ON
|
||||
FOUND 1 /Last binlog file .*, position .*/ in current_test
|
||||
FOUND 1 /Last binlog file .+, position \d+/ in current_test
|
||||
# expect FOUND
|
||||
DROP TABLE t;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ exec $XTRABACKUP --defaults-file=$MYSQLTEST_VARDIR/my.cnf --backup --target-dir
|
|||
exec $XTRABACKUP --prepare --binlog-info=1 --target-dir=$basedir ;
|
||||
|
||||
let SEARCH_FILE=$MYSQLTEST_VARDIR/log/current_test;
|
||||
--let SEARCH_PATTERN= Last binlog file .*, position .*
|
||||
--let SEARCH_PATTERN= Last binlog file .+, position \d+
|
||||
--source include/search_pattern_in_file.inc
|
||||
--echo # expect FOUND
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue