1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Condition pushdown to storage engine

This commit is contained in:
unknown
2004-12-17 21:13:22 +01:00
parent 66f7bd2441
commit bda84af2a6
16 changed files with 1093 additions and 29 deletions

View File

@@ -436,6 +436,7 @@ struct system_variables
my_bool ndb_force_send;
my_bool ndb_use_exact_count;
my_bool ndb_use_transactions;
my_bool ndb_condition_pushdown;
#endif /* HAVE_NDBCLUSTER_DB */
my_bool old_passwords;