mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
lots of post-merge changes
This commit is contained in:
parent
37f87d73ae
commit
0accbd0364
738 changed files with 9203 additions and 10969 deletions
|
|
@ -19,11 +19,7 @@
|
|||
#define LOG_SLOW_VERBOSITY_INNODB 1 << 0
|
||||
#define LOG_SLOW_VERBOSITY_QUERY_PLAN 1 << 1
|
||||
|
||||
/*
|
||||
We init the used query plan with a bit that is alwyas set and all 'no' bits
|
||||
to enable easy testing of what to log in sql_log.cc
|
||||
*/
|
||||
#define QPLAN_INIT (QPLAN_ALWAYS_SET | QPLAN_QC_NO)
|
||||
#define QPLAN_INIT QPLAN_QC_NO
|
||||
|
||||
#define QPLAN_ADMIN 1 << 0
|
||||
#define QPLAN_FILESORT 1 << 1
|
||||
|
|
@ -36,7 +32,4 @@
|
|||
#define QPLAN_TMP_TABLE 1 << 8
|
||||
/* ... */
|
||||
#define QPLAN_MAX ((ulong) 1) << 31 /* reserved as placeholder */
|
||||
#define QPLAN_ALWAYS_SET QPLAN_MAX
|
||||
#define QPLAN_VISIBLE_MASK (~(QPLAN_ALWAYS_SET))
|
||||
#warning simplify
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue