mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-30698 Cover missing test cases for mariadb-binlog options --raw [and] --flashback
- Adding test case for --raw without -R - Adding unsuported combination of --raw and --flashback parameters and covered with test case
This commit is contained in:
committed by
Andrew Hutchings
parent
7300ab32cc
commit
2f6bb9cda5
@@ -1,3 +1,7 @@
|
||||
#
|
||||
# MDEV-30698 Cover missing test cases for mariadb-binlog options
|
||||
# --raw [and] --flashback
|
||||
#
|
||||
CREATE TABLE t1 (a int);
|
||||
FLUSH LOGS;
|
||||
INSERT INTO t1 VALUES (1);
|
||||
|
Reference in New Issue
Block a user