summaryrefslogtreecommitdiff
path: root/databases/mariadb55-server/files/patch-sql_item__subselect.cc
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2017-05-04 09:33:18 +0000
committerBernard Spil <brnrd@FreeBSD.org>2017-05-04 09:33:18 +0000
commite1822696f3e93a27ffdc0cdb1b819500c2ef67ab (patch)
tree965588404bc3f21423336be4e298ca6980a526f7 /databases/mariadb55-server/files/patch-sql_item__subselect.cc
parentdatabases/mariadb101-server: Update to 10.1.23 (diff)
databases/mariadb55-server: Update to 5.5.56
- Bugfix update to 5.5.56 - Re-roll patches - Convert patches to new naming convention - Add/move ldconfig config to -server - Move client option to -client port
Notes
Notes: svn path=/head/; revision=440095
Diffstat (limited to 'databases/mariadb55-server/files/patch-sql_item__subselect.cc')
-rw-r--r--databases/mariadb55-server/files/patch-sql_item__subselect.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mariadb55-server/files/patch-sql_item__subselect.cc b/databases/mariadb55-server/files/patch-sql_item__subselect.cc
new file mode 100644
index 000000000000..f0b3fc672ac5
--- /dev/null
+++ b/databases/mariadb55-server/files/patch-sql_item__subselect.cc
@@ -0,0 +1,11 @@
+--- sql/item_subselect.cc.orig 2017-04-30 11:09:31 UTC
++++ sql/item_subselect.cc
+@@ -1329,7 +1329,7 @@ Item_exists_subselect::Item_exists_subse
+ Item_subselect()
+ {
+ DBUG_ENTER("Item_exists_subselect::Item_exists_subselect");
+- bool val_bool();
++// bool val_bool();
+ init(select_lex, new select_exists_subselect(this));
+ max_columns= UINT_MAX;
+ null_value= FALSE; //can't be NULL