mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@@ -49,8 +49,7 @@ extern "C" {
|
||||
*/
|
||||
|
||||
|
||||
int _my_b_net_read(register IO_CACHE *info, uchar *Buffer,
|
||||
size_t Count __attribute__((unused)))
|
||||
int _my_b_net_read(IO_CACHE *info, uchar *Buffer, size_t)
|
||||
{
|
||||
ulong read_length;
|
||||
NET *net= &(current_thd)->net;
|
||||
|
||||
Reference in New Issue
Block a user