charset_collation_3.test
来自「这个文件是windows mysql源码」· TEST 代码 · 共 26 行
TEST
26 行
# 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?