MySQL 9.1.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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.