Skip to content

Commit 3b6a2f3

Browse files
committed
MariaDB only
1 parent eb05fc8 commit 3b6a2f3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

features/db-export.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Feature: Export a WordPress database
3434
wp_options
3535
"""
3636

37+
# Only MariaDB currently supports this feature.
38+
@require-mariadb
3739
Scenario: Exclude data of certain tables when exporting the database
3840
Given a WP install
3941

src/DB_Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ public function query( $args, $assoc_args ) {
569569
*
570570
* [--exclude_tables_data=<tables>]
571571
* : The comma separated list of specific tables for which only the structure will be exported. Excluding this parameter will export data for all tables in the export.
572+
* Note: currently only supported by MariaDB.
572573
*
573574
* [--include-tablespaces]
574575
* : Skips adding the default --no-tablespaces option to mysqldump.

0 commit comments

Comments
 (0)