mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Polishing: C_STRING_WITH_SIZE() was renamed to C_STRING_WITH_LEN().
This commit is contained in:
parent
5754a76bbf
commit
7640f51221
5 changed files with 9 additions and 9 deletions
|
|
@ -256,6 +256,6 @@ typedef struct
|
|||
} LEX_STRING;
|
||||
|
||||
#define STRING_WITH_LEN(X) (X), ((uint) (sizeof(X) - 1))
|
||||
#define C_STRING_WITH_SIZE(X) ((char *) (X)), ((uint) (sizeof(X) - 1))
|
||||
#define C_STRING_WITH_LEN(X) ((char *) (X)), ((uint) (sizeof(X) - 1))
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue