1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Condition pushdown to storage engine

This commit is contained in:
mskold@mysql.com
2004-12-17 21:13:22 +01:00
parent a3b74b307c
commit 3edf243875
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;