1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

Merge 10.4 into 10.5

This commit is contained in:
Marko Mäkelä
2023-01-03 17:08:42 +02:00
168 changed files with 3018 additions and 2202 deletions

View File

@@ -666,7 +666,7 @@ enum enum_mysql_stmt_state
length - On input: in case when lengths of input values
are different for each execute, you can set this to
point at a variable containining value length. This
point at a variable containing value length. This
way the value length can be different in each execute.
If length is not NULL, buffer_length is not used.
Note, length can even point at buffer_length if