Enable PERFORMANCE_SCHEMA tracking for SHOW EXPLAIN's conditions.

This commit is contained in:
Sergey Petrunya 2012-07-07 08:47:41 +04:00
commit a931467e17
5 changed files with 102 additions and 3 deletions

View file

@ -119,3 +119,7 @@ private:
}
};
#ifdef HAVE_PSI_INTERFACE
void init_show_explain_psi_keys(void);
#endif