Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
67beb146
Commit
67beb146
authored
Sep 12, 2010
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add suite.pm for oqgraph suite;fix suite.opt
parent
a9229893
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
8 deletions
+9
-8
mysql-test/suite/oqgraph/include/have_oqgraph_engine.inc
mysql-test/suite/oqgraph/include/have_oqgraph_engine.inc
+0
-4
mysql-test/suite/oqgraph/suite.opt
mysql-test/suite/oqgraph/suite.opt
+1
-0
mysql-test/suite/oqgraph/suite.pm
mysql-test/suite/oqgraph/suite.pm
+8
-0
mysql-test/suite/oqgraph/t/basic.test
mysql-test/suite/oqgraph/t/basic.test
+0
-2
mysql-test/suite/oqgraph/t/binlog.test
mysql-test/suite/oqgraph/t/binlog.test
+0
-1
mysql-test/suite/oqgraph/t/suite.opt
mysql-test/suite/oqgraph/t/suite.opt
+0
-1
No files found.
mysql-test/suite/oqgraph/include/have_oqgraph_engine.inc
deleted
100644 → 0
View file @
a9229893
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
;
mysql-test/suite/oqgraph/suite.opt
0 → 100644
View file @
67beb146
--plugin-load=$OQGRAPH_ENGINE_SO
mysql-test/suite/oqgraph/suite.pm
0 → 100644
View file @
67beb146
package
My::Suite::
OQGraph
;
@ISA
=
qw(My::Suite)
;
return
"
No OQGraph
"
unless
$ENV
{
OQGRAPH_ENGINE_SO
};
bless
{
};
mysql-test/suite/oqgraph/t/basic.test
View file @
67beb146
--
source
suite
/
oqgraph
/
include
/
have_oqgraph_engine
.
inc
drop
table
if
exists
graph
;
CREATE
TABLE
graph
(
...
...
mysql-test/suite/oqgraph/t/binlog.test
View file @
67beb146
--
source
suite
/
oqgraph
/
include
/
have_oqgraph_engine
.
inc
--
source
include
/
have_log_bin
.
inc
--
disable_warnings
...
...
mysql-test/suite/oqgraph/t/suite.opt
deleted
100644 → 0
View file @
a9229893
--plugin-load=$GRAPH_ENGINE_SO
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment