mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Up-merge of merges, some criss-cross resolved with --weave.
This commit is contained in:
commit
6e8eaa8e21
6 changed files with 27 additions and 0 deletions
|
@ -13,6 +13,13 @@
|
|||
USE test;
|
||||
--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
|
||||
|
||||
###########################################
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
USE test;
|
||||
--source suite/funcs_1/include/tb3.inc
|
||||
|
||||
USE test;
|
||||
--source suite/funcs_1/include/tb3.inc
|
||||
|
||||
# General setup for Trigger tests
|
||||
let $message= Testcase: 3.5:;
|
||||
--source include/show_msg.inc
|
||||
|
|
|
@ -13,6 +13,14 @@ eval
|
|||
load data infile '$MYSQLTEST_VARDIR/std_data_ln/funcs_1/memory_tb3.txt'
|
||||
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
|
||||
|
||||
##############################################
|
||||
|
|
|
@ -46,6 +46,9 @@ thread_concurrency = 8
|
|||
#
|
||||
#skip-networking
|
||||
|
||||
# Disable Federated by default
|
||||
skip-federated
|
||||
|
||||
# Replication Master Server (default)
|
||||
# binary logging is required for replication
|
||||
log-bin=mysql-bin
|
||||
|
|
|
@ -46,6 +46,9 @@ thread_concurrency = 8
|
|||
#
|
||||
#skip-networking
|
||||
|
||||
# Disable Federated by default
|
||||
skip-federated
|
||||
|
||||
# Replication Master Server (default)
|
||||
# binary logging is required for replication
|
||||
log-bin=mysql-bin
|
||||
|
|
|
@ -44,6 +44,9 @@ myisam_sort_buffer_size = 8M
|
|||
#
|
||||
#skip-networking
|
||||
|
||||
# Disable Federated by default
|
||||
skip-federated
|
||||
|
||||
# Replication Master Server (default)
|
||||
# binary logging is required for replication
|
||||
log-bin=mysql-bin
|
||||
|
|
Loading…
Reference in a new issue