1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
This commit is contained in:
hf@deer.(none)
2003-10-04 19:28:08 +05:00
parent 0c1d64959d
commit 8bc13b1874
6 changed files with 33 additions and 11 deletions

View File

@@ -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
};