diff options
| -rw-r--r-- | storage/xpand/ha_xpand.cc | 6 |
1 files 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) |
