mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
tests/mysql_client_test.c: typo fixed
This commit is contained in:
parent
b64215d653
commit
633b6e392a
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue