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

header typos

This commit is contained in:
musvaage
2022-12-19 15:08:20 -06:00
committed by Daniel Black
parent 0ca3aaa75f
commit e9e6c7a3c5
19 changed files with 35 additions and 35 deletions

View File

@@ -655,7 +655,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