diff options
author | Patrick Crews <patrick.crews@sun.com> | 2009-04-24 12:58:23 -0400 |
---|---|---|
committer | Patrick Crews <patrick.crews@sun.com> | 2009-04-24 12:58:23 -0400 |
commit | b7a70c8b3d30db6007b5e731ae2790e9c963d8c9 (patch) | |
tree | ad6a07b0c3a4457ca795ae6ca79701605add39d3 /mysql-test/suite/funcs_2 | |
parent | d5065d14265fd2fa6efc8d566a8f542f30ced36e (diff) | |
download | mariadb-git-b7a70c8b3d30db6007b5e731ae2790e9c963d8c9.tar.gz |
Bug#32784: Timeout in test "innodb_charset": InnoDB much slower than other handlers
Turned off autocommit at the start of this test per Innobase recommendation.
Noted significant reduction in run time for this test w/ a minor increase in other tests' run-times.
Diffstat (limited to 'mysql-test/suite/funcs_2')
-rw-r--r-- | mysql-test/suite/funcs_2/charset/charset_master.test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/suite/funcs_2/charset/charset_master.test b/mysql-test/suite/funcs_2/charset/charset_master.test index 09e24e2c246..99ca4564a0b 100644 --- a/mysql-test/suite/funcs_2/charset/charset_master.test +++ b/mysql-test/suite/funcs_2/charset/charset_master.test @@ -86,6 +86,15 @@ let $check_std_csets= 1; let $check_ucs2_csets= 1; let $check_utf8_csets= 1; +# Bug#32784: Timeout in test "innodb_charset": InnoDB much slower +# than other handlers +# NOTE: We turn autocommit off to improve the performance of the innodb variant +# of this test. Per Innobase's recommendation. + +--disable_query_log +SET autocommit=0; +--enable_query_log + # # Check all charsets/collation combinations # |