Re: 5.0 & pushdown
Posted by:
Adam D
Date: September 29, 2005 07:48PM
mysql> SELECT GLOBAL.engine_condition_pushdown;
ERROR 1109 (42S02): Unknown table 'GLOBAL' in field list
mysql> SELECT @@GLOBAL.engine_condition_pushdown;
+------------------------------------+
| @@GLOBAL.engine_condition_pushdown |
+------------------------------------+
| 1 |
+------------------------------------+
1 row in set (0.01 sec)
Which means it is on?
Subject
Views
Written By
Posted
2346
September 29, 2005 06:21PM
1526
September 29, 2005 07:08PM
Re: 5.0 & pushdown
1514
September 29, 2005 07:48PM
1476
September 29, 2005 11:04PM
1539
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.