mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
This line missed in the fix #2208
This commit is contained in:
parent
a052909753
commit
345dc4d1ab
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue