MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Macros | |
#define | NullS (static_cast<char *>(nullptr)) |
Definition of the null string (a null pointer of type char *), used in some of our string handling code. More... | |
#define NullS (static_cast<char *>(nullptr)) |
Definition of the null string (a null pointer of type char *), used in some of our string handling code.
New code should use nullptr instead.