diff options
author | unknown <serg@janus.mylan> | 2007-10-16 13:20:08 +0200 |
---|---|---|
committer | unknown <serg@janus.mylan> | 2007-10-16 13:20:08 +0200 |
commit | 0c0558483d42efafe18931e613742b8089547f58 (patch) | |
tree | 3166a5d23bd1b22fef22481491abef503ad84628 /tests | |
parent | 221daac4db8f1a1bc4d814957b4c266b87fc9271 (diff) | |
download | mariadb-git-0c0558483d42efafe18931e613742b8089547f58.tar.gz |
tests/mysql_client_test.c: typo fixed
tests/mysql_client_test.c:
typo fixed
BitKeeper/etc/ignore:
Added libmysql_r/client_settings.h libmysql_r/link_sources libmysqld/scheduler.cc libmysqld/sql_connect.cc libmysqld/sql_tablespace.cc sql/link_sources to the ignore list
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 7f0289d93db..b377cc4295c 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -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) |