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
110a9f06
Commit
110a9f06
authored
Jul 13, 2016
by
Rik Prohaska
Committed by
Sergei Golubchik
Nov 02, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add mtr support files for tokudb_sys_vars tests
parent
c9485591
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
storage/tokudb/mysql-test/tokudb_sys_vars/include/have_tokudb.inc
...tokudb/mysql-test/tokudb_sys_vars/include/have_tokudb.inc
+1
-0
storage/tokudb/mysql-test/tokudb_sys_vars/suite.opt
storage/tokudb/mysql-test/tokudb_sys_vars/suite.opt
+1
-0
storage/tokudb/mysql-test/tokudb_sys_vars/suite.pm
storage/tokudb/mysql-test/tokudb_sys_vars/suite.pm
+14
-0
No files found.
storage/tokudb/mysql-test/tokudb_sys_vars/include/have_tokudb.inc
0 → 100644
View file @
110a9f06
let
$datadir
=
`select @@datadir`
;
storage/tokudb/mysql-test/tokudb_sys_vars/suite.opt
0 → 100644
View file @
110a9f06
--tokudb --plugin-load-add=$HA_TOKUDB_SO --loose-tokudb-check-jemalloc=0 --sql-mode=NO_ENGINE_SUBSTITUTION
storage/tokudb/mysql-test/tokudb_sys_vars/suite.pm
0 → 100644
View file @
110a9f06
package
My::Suite::
TokuDB
;
use
File::
Basename
;
@ISA
=
qw(My::Suite)
;
# Ensure we can run the TokuDB tests even if hugepages are enabled
$ENV
{
TOKU_HUGE_PAGES_OK
}
=
1
;
#return "Not run for embedded server" if $::opt_embedded_server;
return
"
No TokuDB engine
"
unless
$ENV
{
HA_TOKUDB_SO
}
or
$::mysqld_variables
{
tokudb
};
sub
is_default
{
not
$::opt_embedded_server
}
bless
{
};
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