summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-02-24 23:33:42 +0200
committermonty@mysql.com <>2005-02-24 23:33:42 +0200
commitcd78e701a5c83394c360f6ba9a1783c7b950e8ee (patch)
tree7dbb7787461bf6040b70c1701768dfa24df638d8 /sql/mysql_priv.h
parentd5f573713aeac2bde0d1fa9d6c8cc38559f81cdc (diff)
downloadmariadb-git-cd78e701a5c83394c360f6ba9a1783c7b950e8ee.tar.gz
Show all generated warnings in SHOW ERROR
Previously we only stored the first given error (the error sent to the client)
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index 7c625c208e1..e204d5daeb5 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -254,8 +254,7 @@ extern CHARSET_INFO *national_charset_info, *table_alias_charset;
/* The rest of the file is included in the server only */
#ifndef MYSQL_CLIENT
-/* If set to 0, then the thread will ignore all warnings with level notes.
- Set by executing SET SQL_NOTES=1 */
+/* If not set then the thread will ignore all warnings with level notes. */
#define OPTION_SQL_NOTES (1L << 31)
/* Bits for different SQL modes modes (including ANSI mode) */