summaryrefslogtreecommitdiff
path: root/mysql-test/main/status.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-04-111-7/+2
|\
| * MDEV-13255 main.status failed in buildbotSergei Golubchik2023-04-011-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test fails sporadically and very rarely on this: ``` let $org_queries= `SHOW STATUS LIKE 'Queries'`; SELECT f1(); CALL p1(); let $new_queries= `SHOW STATUS LIKE 'Queries'`; let $diff= `SELECT SUBSTRING('$new_queries',9)-SUBSTRING('$org_queries',9)`; ``` if COM_QUIT from one of the earlier (in the test) disconnect's happens between the two SHOW STATUS commands. Because COM_QUIT increments "Queries". The directly previous test uses wait_condition to wait for its disconnects to complete. But there are more disconnects earlier in the test file and nothing waits for them. Let's change wait_condition to wait for *all* disconnect to complete.
* | MDEV-25155 JSON_TABLE: Status variable Feature_json is not incremented.Alexey Botchkov2021-04-211-0/+2
|/ | | | feature_json variable incremented.
* MDEV-15915 Add Feature_json status variable.Alexey Botchkov2018-04-261-0/+7
| | | | Related implementations.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+440