https://github.com/CryptDB/cryptdb
Raw File
Tip revision: 7678bc98d3054f1418371779c6d1050cd1a88b2e authored by Raluca Ada Popa on 04 January 2014, 01:31:06 UTC
small changes to readme
Tip revision: 7678bc9
subquery_patch
--- sql/item_subselect.cc	2013-09-20 03:34:34.428786969 -0400
+++ sql/item_subselect.cc	2013-09-20 03:38:01.984793809 -0400
@@ -1542,6 +1542,9 @@
 Item_subselect::trans_res
 Item_in_subselect::select_in_like_transformer(JOIN *join, Comp_creator *func)
 {
+    // CRYPTDB HACK
+    return RES_OK;
+
   Query_arena *arena, backup;
   SELECT_LEX *current= thd->lex->current_select, *up;
   const char *save_where= thd->where;
back to top