Skip to content

Commit

Permalink
PS-269 (Initial Percona Server 8.0.12 tree)
Browse files Browse the repository at this point in the history
Trivial testsuite updates
  • Loading branch information
laurynas-biveinis authored and inikep committed Jun 7, 2022
1 parent 453519f commit 9c4139d
Show file tree
Hide file tree
Showing 35 changed files with 278 additions and 248 deletions.
2 changes: 1 addition & 1 deletion mysql-test/suite/binlog_encryption/my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[mysqld.1]
encrypt-binlog=1
master-verify-checksum=1
log-bin=master-bin
log-bin=binlog
plugin_dir=@env.KEYRING_PLUGIN_DIR
early-plugin-load=@env.KEYRING_PLUGIN
keyring_file_data=../../tmp/keyring1
Expand Down
6 changes: 3 additions & 3 deletions mysql-test/suite/binlog_encryption/r/binlog_incident.result
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ CREATE TABLE t1(c1 INT PRIMARY KEY, data TEXT(30000)) ENGINE=MyIsam;
Got one of the listed errors
include/show_binlog_events.inc
Log_name Pos Event_type Server_id End_log_pos Info
master-bin.000001 # Query # # use `test`; CREATE TABLE t1(c1 INT PRIMARY KEY, data TEXT(30000)) ENGINE=MyIsam
master-bin.000001 # Incident # # #1 (LOST_EVENTS)
master-bin.000001 # Rotate # # master-bin.000002;pos=POS
binlog.000001 # Query # # use `test`; CREATE TABLE t1(c1 INT PRIMARY KEY, data TEXT(30000)) ENGINE=MyIsam
binlog.000001 # Incident # # #1 (LOST_EVENTS)
binlog.000001 # Rotate # # binlog.000002;pos=POS
DROP TABLE t1;
Contain RELOAD DATABASE
1
Expand Down
Loading

0 comments on commit 9c4139d

Please sign in to comment.