Up-merge of merges, some criss-cross resolved with --weave.
This commit is contained in:
commit
9e6621b861
@ -13,6 +13,13 @@
|
|||||||
USE test;
|
USE test;
|
||||||
--source suite/funcs_1/include/tb3.inc
|
--source suite/funcs_1/include/tb3.inc
|
||||||
|
|
||||||
|
# This test cannot be used for the embedded server because we check here
|
||||||
|
# privilgeges.
|
||||||
|
--source include/not_embedded.inc
|
||||||
|
|
||||||
|
USE test;
|
||||||
|
--source suite/funcs_1/include/tb3.inc
|
||||||
|
|
||||||
--disable_abort_on_error
|
--disable_abort_on_error
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
@ -8,6 +8,9 @@
|
|||||||
USE test;
|
USE test;
|
||||||
--source suite/funcs_1/include/tb3.inc
|
--source suite/funcs_1/include/tb3.inc
|
||||||
|
|
||||||
|
USE test;
|
||||||
|
--source suite/funcs_1/include/tb3.inc
|
||||||
|
|
||||||
# General setup for Trigger tests
|
# General setup for Trigger tests
|
||||||
let $message= Testcase: 3.5:;
|
let $message= Testcase: 3.5:;
|
||||||
--source include/show_msg.inc
|
--source include/show_msg.inc
|
||||||
|
@ -13,6 +13,14 @@ eval
|
|||||||
load data infile '$MYSQLTEST_VARDIR/std_data_ln/funcs_1/memory_tb3.txt'
|
load data infile '$MYSQLTEST_VARDIR/std_data_ln/funcs_1/memory_tb3.txt'
|
||||||
into table tb3;
|
into table tb3;
|
||||||
|
|
||||||
|
USE test;
|
||||||
|
--source suite/funcs_1/include/tb3.inc
|
||||||
|
|
||||||
|
--replace_result $MYSQLTEST_VARDIR <MYSQLTEST_VARDIR>
|
||||||
|
eval
|
||||||
|
load data infile '$MYSQLTEST_VARDIR/std_data_ln/funcs_1/memory_tb3.txt'
|
||||||
|
into table tb3;
|
||||||
|
|
||||||
--disable_abort_on_error
|
--disable_abort_on_error
|
||||||
|
|
||||||
##############################################
|
##############################################
|
||||||
|
@ -46,6 +46,9 @@ thread_concurrency = 8
|
|||||||
#
|
#
|
||||||
#skip-networking
|
#skip-networking
|
||||||
|
|
||||||
|
# Disable Federated by default
|
||||||
|
skip-federated
|
||||||
|
|
||||||
# Replication Master Server (default)
|
# Replication Master Server (default)
|
||||||
# binary logging is required for replication
|
# binary logging is required for replication
|
||||||
log-bin=mysql-bin
|
log-bin=mysql-bin
|
||||||
|
@ -46,6 +46,9 @@ thread_concurrency = 8
|
|||||||
#
|
#
|
||||||
#skip-networking
|
#skip-networking
|
||||||
|
|
||||||
|
# Disable Federated by default
|
||||||
|
skip-federated
|
||||||
|
|
||||||
# Replication Master Server (default)
|
# Replication Master Server (default)
|
||||||
# binary logging is required for replication
|
# binary logging is required for replication
|
||||||
log-bin=mysql-bin
|
log-bin=mysql-bin
|
||||||
|
@ -44,6 +44,9 @@ myisam_sort_buffer_size = 8M
|
|||||||
#
|
#
|
||||||
#skip-networking
|
#skip-networking
|
||||||
|
|
||||||
|
# Disable Federated by default
|
||||||
|
skip-federated
|
||||||
|
|
||||||
# Replication Master Server (default)
|
# Replication Master Server (default)
|
||||||
# binary logging is required for replication
|
# binary logging is required for replication
|
||||||
log-bin=mysql-bin
|
log-bin=mysql-bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user