summaryrefslogtreecommitdiff
path: root/tests/big_record.pl
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
commit0b1d317b232db27d04afc0f51eab4a019108fda4 (patch)
tree80f890fb98b57ee5ce2c2515d1d6d132809cddc7 /tests/big_record.pl
parent50608a0b4b2ff67bf368ccb92797f43b4e231292 (diff)
downloadmariadb-git-0b1d317b232db27d04afc0f51eab4a019108fda4.tar.gz
A follow-up on WL#5154 and WL#5182: remove forgotten options.
Diffstat (limited to 'tests/big_record.pl')
-rwxr-xr-xtests/big_record.pl2
1 files changed, 1 insertions, 1 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;