diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-05-20 22:07:45 +1000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-05-20 22:07:45 +1000 |
commit | c7fbbf15f3b8471c85f4c404c61fb2c9fbe1b923 (patch) | |
tree | 246f03b4569a1918e378dda90b4201833c524240 /databases/mysql80-server/files/patch-sql_item.h | |
parent | sysutils/terraform: Update to 0.15.4 (diff) |
databases/mysql80-*: update to 8.0.25 GA release
Release notes: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-25.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-24.html
PR: 255937
Submitted by: delphij@
Approved by joneum@ (implicit)
MFH: 2021Q2
Diffstat (limited to 'databases/mysql80-server/files/patch-sql_item.h')
-rw-r--r-- | databases/mysql80-server/files/patch-sql_item.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/databases/mysql80-server/files/patch-sql_item.h b/databases/mysql80-server/files/patch-sql_item.h deleted file mode 100644 index ebeed4aaa6b7..000000000000 --- a/databases/mysql80-server/files/patch-sql_item.h +++ /dev/null @@ -1,18 +0,0 @@ ---- sql/item.h.orig 2020-12-11 07:42:20 UTC -+++ sql/item.h -@@ -3380,13 +3380,13 @@ class Item_sp_variable : public Item { - Name_string m_name; - - public: --#ifndef DBUG_OFF -+//#ifndef DBUG_OFF - /* - Routine to which this Item_splocal belongs. Used for checking if correct - runtime context is used for variable handling. - */ - sp_head *m_sp{nullptr}; --#endif -+//#endif - - public: - Item_sp_variable(const Name_string sp_var_name); |