summaryrefslogtreecommitdiff
path: root/sql/sql_priv.h
diff options
context:
space:
mode:
authorSergei Krivonos <sergeikrivonos@gmail.com>2021-12-15 21:11:26 +0200
committerSergei Krivonos <sergeikrivonos@gmail.com>2021-12-15 21:36:56 +0200
commitc9fcea14e9e1f34a97451706eac51276c85bbea7 (patch)
tree1114a45bc77a0b159ffc51c6204ce6ed64844b6f /sql/sql_priv.h
parent6208228b78917bff13b5dc34428b38596f7404b4 (diff)
downloadmariadb-git-bb-10.8-MDEV-27036-enable-unittest.tar.gz
MDEV-27036: re-enable my_json_writer-t unit testbb-10.8-MDEV-27036-enable-unittest
Diffstat (limited to 'sql/sql_priv.h')
-rw-r--r--sql/sql_priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_priv.h b/sql/sql_priv.h
index f7d8ef0da67..b5efe53dfa4 100644
--- a/sql/sql_priv.h
+++ b/sql/sql_priv.h
@@ -334,6 +334,8 @@
#define UNCACHEABLE_DEPENDENT (UNCACHEABLE_DEPENDENT_GENERATED | \
UNCACHEABLE_DEPENDENT_INJECTED)
+#define FAKE_SELECT_LEX_ID UINT_MAX
+
/* Used to check GROUP BY list in the MODE_ONLY_FULL_GROUP_BY mode */
#define UNDEF_POS (-1)