summaryrefslogtreecommitdiff
path: root/mysql-test/suite/funcs_1/t/charset_collation_3.test
blob: e88b44e4a0fe0f4d307627d622306a8a855645d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Tests checking the content of the information_schema tables
#      character_sets
#      collations
#      collation_character_set_applicability
#
# Content variant 3 which should fit to
#    Community and Cluster builds (binaries provided by MySQL)
#
# Please read suite/funcs_1/datadict/charset_collation.inc for
# additional information.
#
# Created:
# 2007-12-18 mleich - remove the unstable character_set/collation subtests
#                     from include/datadict-master.inc
#                   - create this new test
#

if (`SELECT @@version_comment NOT LIKE '%Community%'
        AND @@version_comment NOT LIKE '%Cluster%'
        AND @@version_comment NOT LIKE '%Advanced%'`)
{
   skip Test needs Community, Cluster or Advanced build;
}

--source suite/funcs_1/datadict/charset_collation.inc