summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authorhf@deer.(none) <>2003-10-04 19:28:08 +0500
committerhf@deer.(none) <>2003-10-04 19:28:08 +0500
commit8bc13b187450abb838cdc74217da7b7f73f1aa98 (patch)
treefc0a7f5d6971cd34c41f30f95658060011cf1f4f /sql-common
parent0c1d64959d193742bdba78975f9d4b256f7d60f1 (diff)
downloadmariadb-git-8bc13b187450abb838cdc74217da7b7f73f1aa98.tar.gz
Fix for bugs #1437, #1446
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 77aa733fe0c..cedfac67328 100644
--- a/sql-common/client.c
+++ b/sql-common/client.c
@@ -1410,7 +1410,8 @@ static MYSQL_METHODS client_methods=
cli_stmt_execute,
cli_read_binary_rows,
cli_unbuffered_fetch,
- NULL
+ NULL,
+ cli_read_statistic
#endif
};