mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
WL #562: Change format of slow log in 4.1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user