summaryrefslogtreecommitdiff
path: root/sql/unireg.h
diff options
context:
space:
mode:
authorram@gw.mysql.r18.ru <>2003-10-07 12:05:35 +0500
committerram@gw.mysql.r18.ru <>2003-10-07 12:05:35 +0500
commitcb334d03f42b30e25274167f1a5906cf1ab64093 (patch)
tree73574bf947749c4b86b0701d1f318a9af2555f49 /sql/unireg.h
parent5b13ec47dd607612c5483f17935f1f98aa60c165 (diff)
downloadmariadb-git-cb334d03f42b30e25274167f1a5906cf1ab64093.tar.gz
WL #562: Change format of slow log in 4.1
Diffstat (limited to 'sql/unireg.h')
-rw-r--r--sql/unireg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/unireg.h b/sql/unireg.h
index 4920d4b609a..ef6a2f44ea7 100644
--- a/sql/unireg.h
+++ b/sql/unireg.h
@@ -107,8 +107,9 @@
#define SPECIAL_NO_PRIOR 128 /* Don't prioritize threads */
#define SPECIAL_BIG_SELECTS 256 /* Don't use heap tables */
#define SPECIAL_NO_HOST_CACHE 512 /* Don't cache hosts */
-#define SPECIAL_LONG_LOG_FORMAT 1024
+#define SPECIAL_SHORT_LOG_FORMAT 1024
#define SPECIAL_SAFE_MODE 2048
+#define SPECIAL_LOG_QUERIES_NOT_USING_INDEXES 4096 /* Log q not using indexes */
/* Extern defines */
#define store_record(A,B) bmove_align((A)->B,(A)->record[0],(size_t) (A)->reclength)