From ae2b1297934ffaf6dc51dde5a3ff9c4b2d7e1a8f Mon Sep 17 00:00:00 2001 From: Isaac Ackerman Date: Tue, 31 Mar 2020 21:49:40 +0000 Subject: Disable pushdown interface for skysql preview --- storage/xpand/ha_xpand.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/storage/xpand/ha_xpand.cc b/storage/xpand/ha_xpand.cc index e0219d6565c..fb3a031165a 100644 --- a/storage/xpand/ha_xpand.cc +++ b/storage/xpand/ha_xpand.cc @@ -196,7 +196,7 @@ static MYSQL_THDVAR_BOOL( "", NULL, NULL, - 1 + 0 ); // Per thread derived handler knob @@ -206,7 +206,7 @@ static MYSQL_THDVAR_BOOL( "", NULL, NULL, - 1 + 0 ); static MYSQL_THDVAR_BOOL( @@ -215,7 +215,7 @@ static MYSQL_THDVAR_BOOL( "", NULL, NULL, - 1 + 0 ); bool select_handler_setting(THD* thd) -- cgit v1.2.1