26#ifndef SQL_FORMATTER_OPTIONS_INCLUDED
27#define SQL_FORMATTER_OPTIONS_INCLUDED
74 static const char *gtid_purged_mode_names[4] = {
"OFF",
"AUTO",
"ON",
NullS};
75 TYPELIB static gtid_purged_mode_typelib = {
76 array_elements(gtid_purged_mode_names) - 1,
"", gtid_purged_mode_names,
78 return >id_purged_mode_typelib;
#define NullS
Definition of the null string (a null pointer of type char *), used in some of our string handling co...
Definition: m_string.h:53
Definition: abstract_connection_program.h:38
#define array_elements(A)
Definition: validate_password_imp.cc:48