MySQL 8.3.0
Source Code Documentation
string_with_len.h File Reference

Go to the source code of this file.

Macros

#define STRING_WITH_LEN(X)   (X), ((sizeof(X) - 1))
 

Macro Definition Documentation

◆ STRING_WITH_LEN

#define STRING_WITH_LEN (   X)    (X), ((sizeof(X) - 1))