1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Counters for Index Condition Pushdown added (MDEV-130).

This commit is contained in:
unknown
2012-02-16 08:49:10 +02:00
parent 764eeeee74
commit 607aab9c1d
16 changed files with 181 additions and 6 deletions

View File

@ -643,6 +643,8 @@ public:
/* Add a comment on the join algorithm employed by the join cache */
virtual void print_explain_comment(String *str);
THD *thd();
virtual ~JOIN_CACHE() {}
void reset_join(JOIN *j) { join= j; }
void free()