mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -63,6 +63,15 @@ enum enum_check_fields
|
||||
CHECK_FIELD_ERROR_FOR_NULL,
|
||||
};
|
||||
|
||||
enum ignore_value_reaction
|
||||
{
|
||||
IGNORE_MEANS_ERROR,
|
||||
IGNORE_MEANS_DEFAULT,
|
||||
IGNORE_MEANS_FIELD_VALUE
|
||||
};
|
||||
|
||||
ignore_value_reaction find_ignore_reaction(THD *thd);
|
||||
|
||||
|
||||
enum enum_conv_type
|
||||
{
|
||||
|
Reference in New Issue
Block a user