Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the testcase for MDEV-10330 | Sergei Petrunia | 2016-11-21 | 1 | -1/+4 |
| | | | | | Instead of restart_mysqld.inc, truncate the P_S tables that are used by the test. We don't want to query some irrelevant data. | ||||
* | MDEV-10330: main.show_explain_ps fails sporadically in buildbot | Sergei Petrunia | 2016-11-18 | 1 | -3/+9 |
| | | | | | | | | | | | The reason is that selecting from events_waits_history_long creates a race condition: it can happen that SHOW EXPLAIN thread was kicked off CPU exactly after posting a SHOW EXPLAIN request and then it wont need to wait. It doesn't seem to make sense to add more waits to stabilize the testcase. Let's instead make a check that SHOW EXPLAIN statement has a "stage/sql/show explain" stage. | ||||
* | Fix the tests: show_explain_ps cannot work on embedded server. | Sergey Petrunya | 2012-07-18 | 1 | -0/+2 |
| | |||||
* | t/show_explain_ps.test needs debug system to work. | Sergey Petrunya | 2012-07-11 | 1 | -0/+1 |
| | |||||
* | Enable PERFORMANCE_SCHEMA tracking for SHOW EXPLAIN's conditions. | Sergey Petrunya | 2012-07-07 | 1 | -0/+48 |