summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authorhf@deer.(none) <>2003-09-12 19:36:42 +0500
committerhf@deer.(none) <>2003-09-12 19:36:42 +0500
commite63e2229b600926c1792e4e7ca56112dcb1d28bb (patch)
tree38b0ef8c6f4b6f0091d8017c2347b99f5e902787 /sql-common
parentefce59fc3fcacf94c25a9648df03fda5e0a94b87 (diff)
parent9f3996cde9ec2368ef89a1dd38c5e7cda7700ac4 (diff)
downloadmariadb-git-e63e2229b600926c1792e4e7ca56112dcb1d28bb.tar.gz
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.stmt
Diffstat (limited to 'sql-common')
-rw-r--r--sql-common/client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql-common/client.c b/sql-common/client.c
index 6372adb8550..4d1318151b3 100644
--- a/sql-common/client.c
+++ b/sql-common/client.c
@@ -1407,7 +1407,8 @@ static MYSQL_METHODS client_methods=
cli_mysql_store_result,
cli_mysql_use_result,
cli_fetch_lengths,
- cli_list_fields
+ cli_list_fields,
+ cli_read_prepare_result
};
MYSQL * STDCALL