mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +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';
|
||
|
}
|