1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

compilation error fix

This commit is contained in:
gluh@mysql.com/eagle.(none)
2007-06-09 16:05:43 +05:00
parent 237374c457
commit 70e7487db3
10 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
disable_query_log;
--require r/true.require
select support = 'Enabled' as `TRUE` from information_schema.engines where engine = 'csv';
select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines where engine = 'csv';
enable_query_log;