Merge branch '11.1' into 11.2

This commit is contained in:
Sergei Golubchik 2023-09-29 16:01:59 +02:00
commit 37e854f34a
32 changed files with 397 additions and 147 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;
}