mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Correction of merge mishandling in 'client/client_priv.h'.
client/client_priv.h: Correction of merge mishandling.
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_INSERT_IGNORE,OPT_DROP_DATABASE,OPT_DROP_DATABASE
|
||||
OPT_IGNORE_TABLE,OPT_INSERT_IGNORE,OPT_SHOW_WARNINGS,OPT_DROP_DATABASE
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user