diff options
Diffstat (limited to 'sql-common/client.c')
-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 |