Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
4c566d13
Commit
4c566d13
authored
Apr 24, 2009
by
Patrick Crews
Browse files
Options
Browse Files
Download
Plain Diff
merge 5.0-> 5.1
parents
4bb4bff1
b7a70c8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
mysql-test/suite/funcs_2/charset/charset_master.test
mysql-test/suite/funcs_2/charset/charset_master.test
+9
-0
No files found.
mysql-test/suite/funcs_2/charset/charset_master.test
View file @
4c566d13
...
@@ -86,6 +86,15 @@ let $check_std_csets= 1;
...
@@ -86,6 +86,15 @@ let $check_std_csets= 1;
let
$check_ucs2_csets
=
1
;
let
$check_ucs2_csets
=
1
;
let
$check_utf8_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
# Check all charsets/collation combinations
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment