Comment 1 for bug 882489

Revision history for this message
Sergey Petrunia (sergefp) wrote :

Attempted to repeat by running mysql-test-run --valgrind t/_a.test (will attach the file)
and simultaneously running
while true ; do mysql -uroot -A --socket=./var/tmp/mysqld.1.sock -e 'show processlist'; sleep 2; done

test passed without produce any valgrind warnings.

Please provide a testcase.