summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2004-02-13 18:04:07 +0400
committerunknown <hf@deer.(none)>2004-02-13 18:04:07 +0400
commit0e5c56bee5f4dc7dd0273948429ea44b4be876d3 (patch)
tree0c1049524ebc6cbc5b234a5d7d03eea06691e6c8 /sql-common
parentf03296b6dcc2680eceb8f289e1ed6ed4ecee2b8e (diff)
downloadmariadb-git-0e5c56bee5f4dc7dd0273948429ea44b4be876d3.tar.gz
This line missed in the fix #2208
sql-common/client.c: 'virtual' method initialization
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 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
};