1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug#47612 mtr - improving the report for valgrind erorrs

- Improve the report produced when a valgrind error is detected
This commit is contained in:
Magnus Blåudd
2009-09-24 16:09:11 +02:00
parent f934270ae9
commit ec7e213b12
3 changed files with 6 additions and 3 deletions

View File

@ -57,5 +57,5 @@ if (`select @result = 0`){
skip OK;
}
--enable_query_log
echo ^ Found warnings!!;
echo ^ Found warnings in $log_error!!;
exit;