Commit 1a5baeb1 authored by unknown's avatar unknown

This line missed in the fix #2208


sql-common/client.c:
  'virtual' method initialization
parent 6b49315d
......@@ -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
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment