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
6f96ff72
Commit
6f96ff72
authored
May 29, 2018
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow tests to work with cmake -DPLUGIN_PARTITION=NO
parent
7269c708
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
6 additions
and
3 deletions
+6
-3
mysql-test/suite/binlog_encryption/encrypted_master.test
mysql-test/suite/binlog_encryption/encrypted_master.test
+1
-0
mysql-test/suite/binlog_encryption/encrypted_slave.test
mysql-test/suite/binlog_encryption/encrypted_slave.test
+1
-0
mysql-test/suite/binlog_encryption/testdata.opt
mysql-test/suite/binlog_encryption/testdata.opt
+0
-1
mysql-test/suite/mariabackup/lock_ddl_per_table.opt
mysql-test/suite/mariabackup/lock_ddl_per_table.opt
+1
-0
mysql-test/suite/mariabackup/lock_ddl_per_table.test
mysql-test/suite/mariabackup/lock_ddl_per_table.test
+1
-0
mysql-test/suite/mariabackup/partition_datadir.opt
mysql-test/suite/mariabackup/partition_datadir.opt
+0
-1
mysql-test/suite/mariabackup/partition_datadir.test
mysql-test/suite/mariabackup/partition_datadir.test
+1
-0
mysql-test/suite/mariabackup/suite.opt
mysql-test/suite/mariabackup/suite.opt
+1
-1
No files found.
mysql-test/suite/binlog_encryption/encrypted_master.test
View file @
6f96ff72
...
...
@@ -18,6 +18,7 @@
# - with annotated events, default checksums and minimal binlog row image
#
--
source
include
/
have_partition
.
inc
--
source
encryption_algorithms
.
inc
--
source
include
/
have_innodb
.
inc
--
enable_connect_log
...
...
mysql-test/suite/binlog_encryption/encrypted_slave.test
View file @
6f96ff72
...
...
@@ -9,6 +9,7 @@
# relay logs and binary logs are encrypted on slave.
#
--
source
include
/
have_partition
.
inc
--
source
encryption_algorithms
.
inc
--
source
include
/
have_innodb
.
inc
...
...
mysql-test/suite/binlog_encryption/testdata.opt
deleted
100644 → 0
View file @
7269c708
--partition
mysql-test/suite/mariabackup/lock_ddl_per_table.opt
0 → 100644
View file @
6f96ff72
--loose-partition
mysql-test/suite/mariabackup/lock_ddl_per_table.test
View file @
6f96ff72
--
source
include
/
have_debug
.
inc
--
source
include
/
have_partition
.
inc
CREATE
TABLE
t
(
i
INT
)
ENGINE
INNODB
;
INSERT
INTO
t
VALUES
(
1
);
...
...
mysql-test/suite/mariabackup/partition_datadir.opt
deleted
100644 → 0
View file @
7269c708
--partition
\ No newline at end of file
mysql-test/suite/mariabackup/partition_datadir.test
View file @
6f96ff72
--
source
include
/
have_partition
.
inc
let
$targetdir
=
$MYSQLTEST_VARDIR
/
backup
;
mkdir
$targetdir
;
mkdir
$MYSQLTEST_VARDIR
/
partitdata
;
...
...
mysql-test/suite/mariabackup/suite.opt
View file @
6f96ff72
--innodb --loose-changed_page_bitmaps --innodb-file-format=Barracuda --innodb-sys-tables --partition
\ No newline at end of file
--innodb --loose-changed_page_bitmaps --innodb-sys-tables
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