mirror of
https://github.com/MariaDB/server.git
synced 2025-08-21 16:03:24 +03:00
MDEV-11359 Implement IGNORE for bulk operation
This commit is contained in:
@@ -21,7 +21,8 @@ enum enum_indicator_type
|
||||
{
|
||||
STMT_INDICATOR_NONE= 0,
|
||||
STMT_INDICATOR_NULL,
|
||||
STMT_INDICATOR_DEFAULT
|
||||
STMT_INDICATOR_DEFAULT,
|
||||
STMT_INDICATOR_IGNORE
|
||||
};
|
||||
struct st_vio;
|
||||
typedef struct st_vio Vio;
|
||||
|
Reference in New Issue
Block a user