1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-31 15:50:51 +03:00
Files
mariadb/mysql-test/suite/ndb/t
Evgeny Potemkin 48738f737a Bug#49746: Const expression caching led to NDB not using engine condition
pushdown.
      
NDB supports only a limited set of item nodes for use in engine condition
pushdown. Because of this adding cache for const expression effectively
disabled this optimization.
      
The ndb_serialize_cond function is extended to support Item_cache and treat
it as a constant values.
A helper function called ndb_serialize_const is added. It is used to create
Ndb_cond value node from given const item.
2010-08-14 13:11:33 +04:00
..
2007-12-10 13:29:23 +01:00
2007-12-12 18:19:24 +01:00
2008-02-03 21:24:59 +01:00
2010-02-09 13:14:29 +03:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00
2008-09-30 15:32:35 -04:00
2007-12-12 18:19:24 +01:00
2007-12-12 18:19:24 +01:00