diff options
author | hf@deer.(none) <> | 2003-09-12 19:35:34 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-09-12 19:35:34 +0500 |
commit | 9f3996cde9ec2368ef89a1dd38c5e7cda7700ac4 (patch) | |
tree | 46609c9322de2696057f154dff31ea468a3f6280 /sql-common | |
parent | f434b329f58a0ae60b40d0fe41a8cab68162cbaa (diff) | |
download | mariadb-git-9f3996cde9ec2368ef89a1dd38c5e7cda7700ac4.tar.gz |
SCRUM:
#977 Prepared statements in embedded library
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/client.c | 3 |
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 |