summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorholyfoot/hf@mysql.com/deer.(none) <>2006-07-18 16:43:39 +0500
committerholyfoot/hf@mysql.com/deer.(none) <>2006-07-18 16:43:39 +0500
commit00f56da9af79e19ec457a03044542117f222049e (patch)
treece08bf51020b326c89464a97bbda2af70a64ecc3 /tests
parentbed7b69243cf04bfde409222285b563596c6f359 (diff)
downloadmariadb-git-00f56da9af79e19ec457a03044542117f222049e.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)