polardbxengine/mysql-test/suite/xengine_main/r/ssl_dynamic_binlog.result

12 lines
398 B
Plaintext

################## FR1.6 ALTER INSTANCE RELOAD TLS not binlogged
CREATE TABLE t1(a INT);
ALTER INSTANCE RELOAD TLS;
DROP TABLE t1;
include/show_binlog_events.inc
Log_name Pos Event_type Server_id End_log_pos Info
# # Query # # use `test`; CREATE TABLE t1(a INT)
# # Query # # use `test`; DROP TABLE `t1` /* generated by server */
# Cleanup
RESET MASTER;
################## End of dynamic SSL tests