summaryrefslogtreecommitdiff
path: root/sql/unireg.h
diff options
context:
space:
mode:
authorunknown <ram@gw.mysql.r18.ru>2003-10-07 12:05:35 +0500
committerunknown <ram@gw.mysql.r18.ru>2003-10-07 12:05:35 +0500
commit57e77c21b78265036e04cd59233d5245237559a9 (patch)
tree73574bf947749c4b86b0701d1f318a9af2555f49 /sql/unireg.h
parentbdf40ae2925d84a204481ea3f9cb1ef5e3119d64 (diff)
downloadmariadb-git-57e77c21b78265036e04cd59233d5245237559a9.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)