e1822696f3
- 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
11 lines
392 B
C++
11 lines
392 B
C++
--- 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
|