This line missed in the fix #2208

This commit is contained in:
hf@deer.(none) 2004-02-13 18:04:07 +04:00
parent a052909753
commit 345dc4d1ab

View file

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