mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
MDEV-13122 Backup myrocksdb with mariabackup.
This commit is contained in:
parent
ea70586282
commit
aba2d7301f
13 changed files with 435 additions and 3 deletions
4
mysql-test/suite/mariabackup/include/have_rocksdb.inc
Normal file
4
mysql-test/suite/mariabackup/include/have_rocksdb.inc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME = 'rocksdb'`)
|
||||
{
|
||||
--skip Requires rocksdb
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue