A follow-up on WL#5154 and WL#5182: remove forgotten options.

This commit is contained in:
Alexander Nozdrin 2010-03-03 22:22:02 +03:00
commit 0b1d317b23
46 changed files with 95 additions and 288 deletions

View file

@ -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;

View file

@ -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;

View file

@ -5673,7 +5673,7 @@ static void test_stmt_close()
}
/* Test simple set-variable prepare */
/* Test simple set variable prepare */
static void test_set_variable()
{