diff options
author | Sven Sandberg <sven@mysql.com> | 2008-10-18 20:36:34 +0200 |
---|---|---|
committer | Sven Sandberg <sven@mysql.com> | 2008-10-18 20:36:34 +0200 |
commit | de500cabb46cf9f05d9bf8e42b4b02cc52a8032a (patch) | |
tree | 0aa76ef69318ad1b988a3110ee29f8d8c471fe63 /configure.in | |
parent | e40c2137dc4a5feb1c30cd8351f5b3df38a9a11e (diff) | |
download | mariadb-git-de500cabb46cf9f05d9bf8e42b4b02cc52a8032a.tar.gz |
BUG#39851: race between check_testcase and tests running 'show processlist'
Problem 1: not_embedded_server runs SELECT FROM I_S.PROCESSLIST near the beginning.
check_testcase executes a query to the server before that. There is a race here,
because there is no guarantee that the thread executing check_testcase's query is
finished.
Problem 2: The SELECT FROM I_S.PROCESSLIST doens't seem very useful in the test.
It's at least misplaced.
Fix to both problems: Comment out SELECT FROM I_S.PROCESSLIST.
mysql-test/t/not_embedded_server.test:
Commented out failing / useless test.
Diffstat (limited to 'configure.in')
0 files changed, 0 insertions, 0 deletions