mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-11359 Implement IGNORE for bulk operation
This commit is contained in:
@@ -130,7 +130,8 @@ enum enum_indicator_type
|
||||
{
|
||||
STMT_INDICATOR_NONE= 0,
|
||||
STMT_INDICATOR_NULL,
|
||||
STMT_INDICATOR_DEFAULT
|
||||
STMT_INDICATOR_DEFAULT,
|
||||
STMT_INDICATOR_IGNORE
|
||||
};
|
||||
|
||||
/* sql type stored in .frm files for virtual fields */
|
||||
|
Reference in New Issue
Block a user