From 345dc4d1ab02c54025213df872e39311f42a0d52 Mon Sep 17 00:00:00 2001 From: "hf@deer.(none)" <> Date: Fri, 13 Feb 2004 18:04:07 +0400 Subject: [PATCH] This line missed in the fix #2208 --- sql-common/client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql-common/client.c b/sql-common/client.c index 1c58bd04d0e..10df4653601 100644 --- a/sql-common/client.c +++ b/sql-common/client.c @@ -1420,7 +1420,8 @@ static MYSQL_METHODS client_methods= cli_read_binary_rows, cli_unbuffered_fetch, NULL, - cli_read_statistic + cli_read_statistic, + cli_read_query_result #endif };