Skip to content

Commit

Permalink
MariaRocks port: mark rocksdb.rpl_statement to be run only in stateme…
Browse files Browse the repository at this point in the history
…nt mode.
  • Loading branch information
spetrunia committed Dec 15, 2016
1 parent 73c702e commit 0d3d2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions storage/rocksdb/mysql-test/rocksdb/r/rpl_statement.result
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
include/master-slave.inc
Warnings:
Note #### Sending passwords in plain text without SSL/TLS is extremely insecure.
Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
[connection master]
connection master;
drop table if exists t1;
Expand Down
2 changes: 2 additions & 0 deletions storage/rocksdb/mysql-test/rocksdb/t/rpl_statement.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
--source include/have_rocksdb.inc
source include/master-slave.inc;

source include/have_binlog_format_statement.inc;

connection master;
--disable_warnings
drop table if exists t1;
Expand Down

0 comments on commit 0d3d2a5

Please sign in to comment.