mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
A follow-up on WL#5154 and WL#5182: remove forgotten options.
This commit is contained in:
parent
50608a0b4b
commit
0b1d317b23
46 changed files with 95 additions and 288 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# This is a test with stores big records in a blob.
|
||||
# Note that for the default test the mysql server should have been
|
||||
# started with at least 'mysqld -O max_allowed_packet=30M' and you should have
|
||||
# started with at least 'mysqld --max_allowed_packet=30M' and you should have
|
||||
# at least 256M memory in your computer.
|
||||
|
||||
use DBI;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Test rows with length above > 16M
|
||||
# Note that for this to work, you should start mysqld with
|
||||
# -O max_allowed_packet=32M
|
||||
# --max_allowed_packet=32M
|
||||
#
|
||||
|
||||
drop table if exists t1;
|
||||
|
|
|
|||
|
|
@ -5673,7 +5673,7 @@ static void test_stmt_close()
|
|||
}
|
||||
|
||||
|
||||
/* Test simple set-variable prepare */
|
||||
/* Test simple set variable prepare */
|
||||
|
||||
static void test_set_variable()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue