This line missed in the fix #2208
sql-common/client.c: 'virtual' method initialization
This commit is contained in:
parent
f03296b6dc
commit
0e5c56bee5
@ -1420,7 +1420,8 @@ static MYSQL_METHODS client_methods=
|
|||||||
cli_read_binary_rows,
|
cli_read_binary_rows,
|
||||||
cli_unbuffered_fetch,
|
cli_unbuffered_fetch,
|
||||||
NULL,
|
NULL,
|
||||||
cli_read_statistic
|
cli_read_statistic,
|
||||||
|
cli_read_query_result
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user