summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <holyfoot/hf@mysql.com/deer.(none)>2006-07-18 16:43:39 +0500
committerunknown <holyfoot/hf@mysql.com/deer.(none)>2006-07-18 16:43:39 +0500
commitb33085b49a2af96618769f1268dbd19574a4043e (patch)
treece08bf51020b326c89464a97bbda2af70a64ecc3 /tests
parent2dfdcae3989a12e513aee2ba2df86edfb27b0e7e (diff)
downloadmariadb-git-b33085b49a2af96618769f1268dbd19574a4043e.tar.gz
merging
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 04eb427b35f..b81c0aef506 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -13100,7 +13100,7 @@ static void test_bug9478()
int4store(buff, stmt->stmt_id);
buff[4]= 1; /* prefetch rows */
rc= ((*mysql->methods->advanced_command)(mysql, COM_STMT_FETCH, buff,
- sizeof(buff), 0,0,1) ||
+ sizeof(buff), 0,0,1,NULL) ||
(*mysql->methods->read_query_result)(mysql));
DIE_UNLESS(rc);
if (!opt_silent && i == 0)