mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
MDEV-10408 run the tokudb_rpl.rpl_rfr_disable_on_expl_pk_absence test. Add control files. Fixup result file for mariadb
This commit is contained in:
parent
a98c85bb50
commit
c948559135
3 changed files with 2 additions and 3 deletions
|
@ -0,0 +1 @@
|
|||
let $datadir=`select @@datadir`;
|
|
@ -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]
|
||||
call mtr.add_suppression("read free replication is disabled for tokudb table");
|
||||
CREATE TABLE t (a int(11), b char(20)) ENGINE = TokuDB;
|
||||
|
|
1
storage/tokudb/mysql-test/tokudb_rpl/suite.opt
Normal file
1
storage/tokudb/mysql-test/tokudb_rpl/suite.opt
Normal file
|
@ -0,0 +1 @@
|
|||
--tokudb --plugin-load-add=$HA_TOKUDB_SO --loose-tokudb-check-jemalloc=0 --sql-mode=NO_ENGINE_SUBSTITUTION
|
Loading…
Reference in a new issue