summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2004-06-05 02:56:50 +0400
committerunknown <konstantin@mysql.com>2004-06-05 02:56:50 +0400
commitcfdb7ae67c1fd1a422214129ad979e136b9b3407 (patch)
treeb18956fe374bc48f39b4ad55298041ef99dec0cb /tests
parent8438a19382c58da3f74b1d2a044f535d9bfdf9d3 (diff)
downloadmariadb-git-cfdb7ae67c1fd1a422214129ad979e136b9b3407.tar.gz
The comment is not true any more.
Is there a way to sefely use MYSQL_BIND structure without bzero?
Diffstat (limited to 'tests')
-rw-r--r--tests/client_test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/client_test.c b/tests/client_test.c
index 06b757810a6..50d2d01ca95 100644
--- a/tests/client_test.c
+++ b/tests/client_test.c
@@ -19,12 +19,6 @@
protocol
Main author: venu ( venu@mysql.com )
-
- NOTES:
- - To be able to test which fields are used, we are not clearing
- the MYSQL_BIND with bzero() but instead just clearing the fields that
- are used by the API.
-
***************************************************************************/
#include <my_global.h>