~linuxjedi/drizzle/trunk-bug-667053

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/t/charset_collation_3.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Tests checking the content of the information_schema tables
 
2
#      character_sets
 
3
#      collations
 
4
#      collation_character_set_applicability
 
5
#
 
6
# Content variant 3 which should fit to
 
7
#    Community and Cluster builds (binaries provided by MySQL)
 
8
#
 
9
# Please read suite/funcs_1/datadict/charset_collation.inc for
 
10
# additional information.
 
11
#
 
12
# Created:
 
13
# 2007-12-18 mleich - remove the unstable character_set/collation subtests
 
14
#                     from include/datadict-master.inc
 
15
#                   - create this new test
 
16
#
 
17
 
 
18
if (`SELECT @@version_comment NOT LIKE '%Community%'
 
19
        AND @@version_comment NOT LIKE '%Cluster%'`)
 
20
{
 
21
   skip Test needs Community or Cluster build;
 
22
}
 
23
 
 
24
--source suite/funcs_1/datadict/charset_collation.inc