summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorlars@mysql.com <>2005-02-22 12:40:31 +0100
committerlars@mysql.com <>2005-02-22 12:40:31 +0100
commit1d3c67000bff832188e3bd55080c8b07d5e59977 (patch)
treef1db7e330a68bd562428df26c07737fa471275ba /sql/mysql_priv.h
parentbe28ef0a20b67900e2e6156ff99b898407a78317 (diff)
downloadmariadb-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.h4
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