diff options
author | Alexander Barkov <bar@mariadb.com> | 2022-12-01 15:04:59 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2022-12-02 08:14:00 +0400 |
commit | b91b4e0b970381603b42e52d701a4f5a176ccfd6 (patch) | |
tree | 62d5dbd40668a54a4e0498c36cc6d56b7a0f216f /sql/item.h | |
parent | cc86360f4afb5b7b9fe64bbffef18538b2e3589b (diff) | |
download | mariadb-git-b91b4e0b970381603b42e52d701a4f5a176ccfd6.tar.gz |
MDEV-28696 View created as "select b''; " references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h index a291678529e..07fbe848bb7 100644 --- a/sql/item.h +++ b/sql/item.h @@ -4490,6 +4490,7 @@ class Item_bin_string: public Item_hex_hybrid { public: Item_bin_string(THD *thd, const char *str, size_t str_length); + void print(String *str, enum_query_type query_type); }; |