MySQL Forums
Forum List  »  NDB clusters

5.0 & pushdown
Posted by: Adam D
Date: September 29, 2005 06:21PM

mysql> SET GLOBAL engine_condition_pushdown = ON;
Query OK, 0 rows affected (0.00 sec)

mysql> SHOW VARIABLES LIKE '%push%';
+---------------------------+-------+
| Variable_name | Value |
+---------------------------+-------+
| engine_condition_pushdown | OFF |
+---------------------------+-------+
1 row in set (0.00 sec)



Can anyone explain to me how I get this setting going on my cluster?

Options: ReplyQuote


Subject
Views
Written By
Posted
5.0 & pushdown
2461
September 29, 2005 06:21PM
1581
September 29, 2005 07:08PM
1584
September 29, 2005 07:48PM
1550
September 29, 2005 11:04PM
1590
October 03, 2005 03:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.