diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-02-03 02:09:28 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-02-03 02:09:28 +0000 |
commit | ce42d0f84c0c5165a8dd72c555188b0f5ea595fa (patch) | |
tree | ac730e53f0c06646609401f68141a12b80109476 /databases/mysql80-server/files/patch-sql_item.h | |
parent | databases/mysql56*: update to 5.7.33 release (diff) |
databases/mysql80*: update to 8.0.23
Disable detect of TLSv1.3 functions - it's broken with LibreSSL
Release Notes: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-23.html
Requested by: joneum
Notes
Notes:
svn path=/head/; revision=563859
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, 18 insertions, 0 deletions
diff --git a/databases/mysql80-server/files/patch-sql_item.h b/databases/mysql80-server/files/patch-sql_item.h new file mode 100644 index 000000000000..ebeed4aaa6b7 --- /dev/null +++ b/databases/mysql80-server/files/patch-sql_item.h @@ -0,0 +1,18 @@ +--- 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); |