mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
52fee16e88
Bug#36787 Test funcs_1.charset_collation_1 failing Details: 1. Skip charset_collation_1 if charset "ucs2_bin" is missing (property which distincts "vanilla" builds from the others) 2. Let builds with version_comment LIKE "%Advanced%" (found them for 5.1) execute charset_collation_3. 3. Update comments charset_collation.inc so that they reflect the current experiences.
25 lines
806 B
Text
25 lines
806 B
Text
# 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
|