From e1822696f3e93a27ffdc0cdb1b819500c2ef67ab Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Thu, 4 May 2017 09:33:18 +0000 Subject: 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 --- databases/mariadb55-server/files/patch-sql_item__subselect.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/mariadb55-server/files/patch-sql_item__subselect.cc (limited to 'databases/mariadb55-server/files/patch-sql_item__subselect.cc') 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 -- cgit v1.2.3