mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
72ba96a48e
Tests with checking metadata or that cannot be run with the view-protocol are excluded from --view-protocol. For tests that do not allow the use of an additional connection, the util connection is disabled with "--disable_service_connection". Also cases with bugs for --view-protocol are disabled.
6 lines
220 B
PHP
6 lines
220 B
PHP
-- source include/no_view_protocol.inc
|
|
|
|
disable_query_log;
|
|
--require include/true.require
|
|
select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines where engine = 'csv';
|
|
enable_query_log;
|