MySQL 8.4.0
Source Code Documentation
nulls.h File Reference

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...
 

Macro Definition Documentation

◆ NullS

#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.