mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
21 lines
917 B
Text
21 lines
917 B
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: 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
|
||
|
|
||
|
-- source extra/rpl_tests/rpl_loadfile.test
|
||
|
|