mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Patch for --insert-ignore
client/client_priv.h: Additional option for insert-ignore client/mysqldump.c: Additional insert-ignore, change of delayed variable to insert_option mysql-test/r/mysqldump.result: Test results for --ignore-insert option. mysql-test/t/mysqldump.test: New additions to the test.
This commit is contained in:
@ -49,5 +49,5 @@ enum options_client
|
||||
#ifdef HAVE_NDBCLUSTER_DB
|
||||
,OPT_NDBCLUSTER,OPT_NDB_CONNECTSTRING
|
||||
#endif
|
||||
,OPT_IGNORE_TABLE
|
||||
,OPT_IGNORE_TABLE,OPT_INSERT_IGNORE
|
||||
};
|
||||
|
Reference in New Issue
Block a user