summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_stm_loadfile.test
blob: 5d2c85b2cb670b9cbd15cff9ea9cca814a74e817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#############################################################################
# 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: Added Order by for NDB
# 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