1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-09 11:41:36 +03:00

Merge 11.4 into 11.8

This commit is contained in:
Aleksey Midenkov
2025-09-29 15:24:46 +03:00
452 changed files with 9303 additions and 4989 deletions

View File

@@ -126,7 +126,7 @@ protected:
It's also responsible to generate new values and updating the sequence
table (engine=SQL_SEQUENCE) trough it's specialized handler interface.
If increment is 0 then the sequence will be be using
If increment is 0 then the sequence will be using
auto_increment_increment and auto_increment_offset variables, just like
AUTO_INCREMENT is using.
*/