summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_collation.inc
blob: 99270fd4d3d5d6c35d5b7439b1cef2dd87b15094 (plain)
1
2
3
if (!`SELECT count(*) AS 'true' FROM information_schema.collations WHERE collation_name LIKE '$collation'`) {
   skip Test needs character set '$collation';
}