1
0
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:
Oleksandr Byelkin
2016-11-26 17:23:24 +01:00
parent d9c03c4339
commit 098dff10ba
12 changed files with 437 additions and 21 deletions

View File

@@ -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 */