diff options
author | lars@mysql.com <> | 2005-02-22 12:40:31 +0100 |
---|---|---|
committer | lars@mysql.com <> | 2005-02-22 12:40:31 +0100 |
commit | 1d3c67000bff832188e3bd55080c8b07d5e59977 (patch) | |
tree | f1db7e330a68bd562428df26c07737fa471275ba /sql/mysql_priv.h | |
parent | be28ef0a20b67900e2e6156ff99b898407a78317 (diff) | |
download | mariadb-git-1d3c67000bff832188e3bd55080c8b07d5e59977.tar.gz |
BUG#6662: Changes after Guilhems and Sergs review
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 3cb5eba8efa..3f7262283b4 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -213,8 +213,8 @@ extern CHARSET_INFO *national_charset_info, *table_alias_charset; #define SELECT_NO_UNLOCK (1L << 28) /* If set to 0, then the thread will ignore all warnings with level notes. - Set by executing SET SHOW_NOTES=1 */ -#define OPTION_NOTES (1L << 31) + Set by executing SET SQL_NOTES=1 */ +#define OPTION_SQL_NOTES (1L << 31) /* Bits for different SQL modes modes (including ANSI mode) */ #define MODE_REAL_AS_FLOAT 1 |