#At file:///Users/pcrews/usr/local/bin/data1/work/innodb_charset/mysql-5.0-bugteam/ based
on revid:satya.bn@stripped
2748 Patrick Crews 2009-04-10
Bug#32784: Timeout in test "innodb_charset": InnoDB much slower than other handlers
Using the Innobase-supplied patch to correct this issue.
Noted that the run-times for MyISAM and Memory variants are increased slightly,
but the innodb_charset variant has significantly improved run time.
modified:
mysql-test/suite/funcs_2/charset/charset_master.test
=== modified file 'mysql-test/suite/funcs_2/charset/charset_master.test'
--- a/mysql-test/suite/funcs_2/charset/charset_master.test 2008-07-09 11:22:07 +0000
+++ b/mysql-test/suite/funcs_2/charset/charset_master.test 2009-04-10 20:16:26 +0000
@@ -86,6 +86,10 @@ let $check_std_csets= 1;
let $check_ucs2_csets= 1;
let $check_utf8_csets= 1;
+--disable_query_log
+SET autocommit=0;
+--enable_query_log
+
#
# Check all charsets/collation combinations
#
Attachment: [text/bzr-bundle] bzr/patrick.crews@sun.com-20090410201626-s1szfkhxyvf16bks.bundle
| Thread |
|---|
| • bzr commit into mysql-5.0-bugteam branch (patrick.crews:2748) Bug#32784 | Patrick Crews | 10 Apr 2009 |