From 768c51880a5aa6d25d4c0fe7de7a88561ff46422 Mon Sep 17 00:00:00 2001 From: "xing-zhi, jiang" Date: Thu, 24 Jun 2021 14:16:11 +0300 Subject: MDEV-25129 Add KEYWORDS view to the INFORMATION_SCHEMA Add KEYWORDS table and SQL_FUNCTIONS table to INFORMATION_SCHEMA. This commits needs some minor changes when propagated upwards (e.g. func_array in item_create.cc has a termination element that doesn't exist in later versions of MariaDB) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 00754884d3d..dc8f6940fdf 100644 --- a/.gitignore +++ b/.gitignore @@ -517,3 +517,5 @@ compile_commands.json # Visual Studio Code workspace .vscode/ + +.cache/clangd -- cgit v1.2.1