From b33085b49a2af96618769f1268dbd19574a4043e Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 18 Jul 2006 16:43:39 +0500 Subject: merging --- tests/mysql_client_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mysql_client_test.c') 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) -- cgit v1.2.1