diff options
author | xing-zhi, jiang <a97410985new@gmail.com> | 2021-06-24 14:16:11 +0300 |
---|---|---|
committer | Robert Bindar <robert@mariadb.org> | 2021-06-29 16:15:24 +0300 |
commit | 768c51880a5aa6d25d4c0fe7de7a88561ff46422 (patch) | |
tree | 01eefd6de24144b160c7a6c97de0524b1761fee9 /.gitignore | |
parent | 58252fff15acfe7c7b0452a87e202e3f8e454e19 (diff) | |
download | mariadb-git-768c51880a5aa6d25d4c0fe7de7a88561ff46422.tar.gz |
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)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |