=== modified file 'tests/mysql_client_test.c'
--- a/tests/mysql_client_test.c	2008-03-28 20:01:05 +0000
+++ b/tests/mysql_client_test.c	2008-05-27 11:33:08 +0000
@@ -11675,7 +11675,7 @@
                         MAX_PARAM_COUNT * CHARS_PER_PARAM + 1);
   param_str= (char*) malloc(COLUMN_COUNT * CHARS_PER_PARAM);
 
-  if (bind == 0 || query == 0 || param_str == 0)
+  if (my_bind == 0 || query == 0 || param_str == 0)
   {
     fprintf(stderr, "Can't allocate enough memory for query structs\n");
     if (my_bind)



