mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
commented why valgrind barks at the bug #1500
This commit is contained in:
parent
07de836b44
commit
f6f9b3496a
1 changed files with 5 additions and 0 deletions
|
@ -7955,7 +7955,12 @@ static void test_ts()
|
|||
|
||||
/*
|
||||
Test for bug #1500.
|
||||
XXX: despite that this bug is fixed, it spots mysqld code which is not
|
||||
working correctly yet: to fix all things properly we need to implement
|
||||
Item::cleanup() method for all items (as described in bugs #1663 and
|
||||
#1749). So don't be surprised in case valgrind barks on it.
|
||||
*/
|
||||
|
||||
static void test_bug1500()
|
||||
{
|
||||
MYSQL_STMT *stmt;
|
||||
|
|
Loading…
Reference in a new issue