~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_stm_loadfile.test

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#############################################################################
 
2
# Original Author: JBM                                                      #
 
3
# Original Date: Aug/18/2005                                                #
 
4
#############################################################################
 
5
# TEST: To test the LOAD_FILE() in rbr                                      #
 
6
#############################################################################
 
7
# Change Author: JBM
 
8
# Change Date: 2006-01-16
 
9
# Change: Added Order by for NDB
 
10
# Change: Split the original test file. This one forces STATEMENT only because
 
11
#         when in STATEMENT mode, the load_file will issue a warning, whereas
 
12
#         in RBR or MIXED mode it does not (by lsoares).
 
13
##########
 
14
 
 
15
# Includes
 
16
-- source include/master-slave.inc
 
17
-- source include/have_binlog_format_statement.inc
 
18
 
 
19
disable_query_log;
 
20
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
 
21
enable_query_log;
 
22
 
 
23
-- source extra/rpl_tests/rpl_loadfile.test
 
24
 
 
25
--source include/rpl_end.inc