summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-03-03 22:22:02 +0300
committerAlexander Nozdrin <alik@sun.com>2010-03-03 22:22:02 +0300
commit4f08c6d0e52caca2855a69276db88c7ca566413f (patch)
tree80f890fb98b57ee5ce2c2515d1d6d132809cddc7 /tests
parent1befd1fb256035889eb1a01ef43e29e25f5552b4 (diff)
downloadmariadb-git-4f08c6d0e52caca2855a69276db88c7ca566413f.tar.gz
A follow-up on WL#5154 and WL#5182: remove forgotten options.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/big_record.pl2
-rw-r--r--tests/myisam-big-rows.tst2
-rw-r--r--tests/mysql_client_test.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/big_record.pl b/tests/big_record.pl
index fbe94e3540f..cd80488581a 100755
--- a/tests/big_record.pl
+++ b/tests/big_record.pl
@@ -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;
diff --git a/tests/myisam-big-rows.tst b/tests/myisam-big-rows.tst
index 56c06f4820f..97147999f87 100644
--- a/tests/myisam-big-rows.tst
+++ b/tests/myisam-big-rows.tst
@@ -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;
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 1fa7f930ab8..8f4c44e2c82 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -5673,7 +5673,7 @@ static void test_stmt_close()
}
-/* Test simple set-variable prepare */
+/* Test simple set variable prepare */
static void test_set_variable()
{