mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
4 lines
159 B
PHP
4 lines
159 B
PHP
|
if (!`SELECT count(*) AS 'true' FROM information_schema.collations WHERE collation_name LIKE '$collation'`) {
|
||
|
skip Test needs character set '$collation';
|
||
|
}
|