Merge branch '11.2' into 11.3

This commit is contained in:
Sergei Golubchik 2023-09-30 14:12:12 +02:00
commit 3928c7e29a
112 changed files with 2923 additions and 620 deletions

View file

@ -596,9 +596,6 @@ static const char *mrn_inspect_extra_function(enum ha_extra_function operation)
inspected = "HA_EXTRA_NO_AUTOINC_LOCKING";
break;
#endif
case HA_EXTRA_IGNORE_INSERT:
inspected = "HA_EXTRA_IGNORE_INSERT";
break;
}
return inspected;
}