mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 08:44:33 +01:00
7f5e51b940
remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
24 lines
1.1 KiB
Text
24 lines
1.1 KiB
Text
#############################################################################
|
|
# Original Author: JBM #
|
|
# Original Date: Aug/18/2005 #
|
|
#############################################################################
|
|
# TEST: To test the LOAD_FILE() in rbr #
|
|
#############################################################################
|
|
# Change Author: JBM
|
|
# Change Date: 2006-01-16
|
|
# Change: Split the original test file. This one forces STATEMENT only because
|
|
# when in STATEMENT mode, the load_file will issue a warning, whereas
|
|
# in RBR or MIXED mode it does not (by lsoares).
|
|
##########
|
|
|
|
# Includes
|
|
-- source include/master-slave.inc
|
|
-- source include/have_binlog_format_statement.inc
|
|
|
|
disable_query_log;
|
|
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
|
|
enable_query_log;
|
|
|
|
-- source extra/rpl_tests/rpl_loadfile.test
|
|
|
|
--source include/rpl_end.inc
|