MySQL Forums
Forum List  »  NDB clusters

Re: 5.0 & Pushdown Feature
Posted by: mysql
Date: October 11, 2005 02:23PM

I tried the following, but engine_condition_pushdown still does not seem to work. This is under:

mysqld Ver 5.0.12-beta-Debian_2-log for pc-linux-gnu on x86_64 (Source distribution)

[mysqld]
#
# * Basic Settings
#
ndbcluster
ndb-connectstring = x.x.x.x # Management Server IP
engine_condition_pushdown = ON # NDB WHERE processing


mysql> show variables where variable_name like '%push%';
+---------------------------+-------+
| Variable_name | Value |
+---------------------------+-------+
| engine_condition_pushdown | OFF |
+---------------------------+-------+
1 row in set (0.00 sec)

Options: ReplyQuote


Subject
Views
Written By
Posted
2074
September 14, 2005 12:04AM
1657
September 14, 2005 02:38AM
Re: 5.0 & Pushdown Feature
1573
October 11, 2005 02:23PM
1456
October 11, 2005 02:33PM
1542
October 11, 2005 05:36PM
1656
October 12, 2005 01:35PM


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.