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?
Subject
Views
Written By
Posted
5.0 & pushdown
2499
September 29, 2005 06:21PM
1592
September 29, 2005 07:08PM
1599
September 29, 2005 07:48PM
1563
September 29, 2005 11:04PM
1597
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.