diff options
author | unknown <lars@mysql.com> | 2004-12-27 19:10:30 +0100 |
---|---|---|
committer | unknown <lars@mysql.com> | 2004-12-27 19:10:30 +0100 |
commit | 0ab90532cc54bfa81204ab2129de7124d8aac376 (patch) | |
tree | d873d1219b84485324f64d52f5a43de02015ae6a /client/client_priv.h | |
parent | 47efc5f335d117cd0fbe3d1e633936ae70442933 (diff) | |
download | mariadb-git-0ab90532cc54bfa81204ab2129de7124d8aac376.tar.gz |
WL#2319 V2: Exclude tables from dump
- Added a hash to keep track of database-table pairs.
- Specified database-table tables do not get dumped
client/client_priv.h:
WL#2319 V2: Exclude tables from dump
client/mysqldump.c:
WL#2319 V2: Exclude tables from dump
mysql-test/r/mysqldump.result:
WL#2319 V2: Exclude tables from dump
mysql-test/t/mysqldump.test:
WL#2319 V2: Exclude tables from dump
Diffstat (limited to 'client/client_priv.h')
-rw-r--r-- | client/client_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/client_priv.h b/client/client_priv.h index e86a56f58c1..95f4d105156 100644 --- a/client/client_priv.h +++ b/client/client_priv.h @@ -49,4 +49,5 @@ enum options_client #ifdef HAVE_NDBCLUSTER_DB ,OPT_NDBCLUSTER,OPT_NDB_CONNECTSTRING #endif + ,OPT_IGNORE_TABLE }; |