mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
This line missed in the fix #2208
sql-common/client.c: 'virtual' method initialization
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user