# Tests checking the content of the information_schema tables # character_sets # collations # collation_character_set_applicability # # Content variant 2 (compile from source with "max") # # 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 '%Source%' OR NOT EXISTS (SELECT 1 FROM information_schema.collations WHERE collation_name = 'utf8_general_cs')`) { skip Test needs Source build with "max"; } --source suite/funcs_1/datadict/charset_collation.inc