diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-09-30 22:32:28 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-09-30 22:32:28 +0000 |
commit | 3e42368c2900f8c82d787e2b3edf2bf4dcee5c64 (patch) | |
tree | e42fc3c2c7e52aaa3bdb3eb1bb088c621570bfd9 /databases/mariadb55-server/files/patch-sql_item_subselect.cc | |
parent | Remove some test code accidentally included in previous commit. (diff) |
- Update to 5.5.33a [1]
- Remove PBXT storage engine support, as it was removed upstream [1]
- Allow building mariadb with libc++ and clang [ports/182408] [2]
- Use bundled jemalloc on FreeBSD < 10 [1]
- Add libexecinfo support [1]
- Use "FreeBSD Ports" as build comment instead of default "Source distribution" [1]
PR: ports/182426 [1]
PR: ports/182408 [2]
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer) [1]
Michael Gmelin <freebsd@grem.de> [2]
Notes
Notes:
svn path=/head/; revision=328885
Diffstat (limited to 'databases/mariadb55-server/files/patch-sql_item_subselect.cc')
-rw-r--r-- | databases/mariadb55-server/files/patch-sql_item_subselect.cc | 11 |
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..6ab58d3b0deb --- /dev/null +++ b/databases/mariadb55-server/files/patch-sql_item_subselect.cc @@ -0,0 +1,11 @@ +--- sql/item_subselect.cc.orig 2013-05-21 22:09:51.000000000 +0000 ++++ sql/item_subselect.cc 2013-09-26 13:13:01.105197491 +0000 +@@ -1317,7 +1317,7 @@ + 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 |