diff options
Diffstat (limited to 'tests/myisam-big-rows.tst')
-rw-r--r-- | tests/myisam-big-rows.tst | 2 |
1 files changed, 1 insertions, 1 deletions
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; |