Commit 0d3d2a57 authored by Sergei Petrunia's avatar Sergei Petrunia

MariaRocks port: mark rocksdb.rpl_statement to be run only in statement mode.

parent 73c702ea
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;
......
--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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment