diff options
author | unknown <konstantin@oak.local> | 2003-12-08 13:30:14 +0300 |
---|---|---|
committer | unknown <konstantin@oak.local> | 2003-12-08 13:30:14 +0300 |
commit | f6f9b3496a2c6607f91f93876c3062807b6027d1 (patch) | |
tree | 2c2566689a25145094bd7bd83245467def722c11 /tests | |
parent | 07de836b44434cbab033d02cc47879275080f65c (diff) | |
download | mariadb-git-f6f9b3496a2c6607f91f93876c3062807b6027d1.tar.gz |
commented why valgrind barks at the bug #1500
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client_test.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/client_test.c b/tests/client_test.c index 048935d2efb..464d5b632ae 100644 --- a/tests/client_test.c +++ b/tests/client_test.c @@ -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; |