Commit e03e3b81 authored by Sergei Golubchik's avatar Sergei Golubchik

add suite.pm for oqgraph suite;fix suite.opt

parent 7bab240f
disable_query_log;
--require r/true.require
select (PLUGIN_LIBRARY LIKE 'oqgraph_engine%') as `TRUE` from information_schema.plugins where PLUGIN_NAME='OQGRAPH';
enable_query_log;
--plugin-load=$OQGRAPH_ENGINE_SO
package My::Suite::OQGraph;
@ISA = qw(My::Suite);
return "No OQGraph" unless $ENV{OQGRAPH_ENGINE_SO};
bless { };
-- source suite/oqgraph/include/have_oqgraph_engine.inc
drop table if exists graph;
CREATE TABLE graph (
......
-- source suite/oqgraph/include/have_oqgraph_engine.inc
-- source include/have_log_bin.inc
--disable_warnings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment