tests/mysql_client_test.c: typo fixed

This commit is contained in:
serg@janus.mylan 2007-10-16 13:20:08 +02:00
parent b64215d653
commit 633b6e392a
2 changed files with 7 additions and 1 deletions

View file

@ -3004,3 +3004,9 @@ win/vs71cache.txt
win/vs8cache.txt
zlib/*.ds?
zlib/*.vcproj
libmysql_r/client_settings.h
libmysql_r/link_sources
libmysqld/scheduler.cc
libmysqld/sql_connect.cc
libmysqld/sql_tablespace.cc
sql/link_sources

View file

@ -11928,7 +11928,7 @@ static void test_bug5194()
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)