mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Temporarily reverted patch for bug #41868 as it was causing problems in PB.
This commit is contained in:
@@ -1047,11 +1047,6 @@ bool select_send::send_data(List<Item> &items)
|
||||
my_message(ER_OUT_OF_RESOURCES, ER(ER_OUT_OF_RESOURCES), MYF(0));
|
||||
break;
|
||||
}
|
||||
/*
|
||||
Reset buffer to its original state, as it may have been altered in
|
||||
Item::send().
|
||||
*/
|
||||
buffer.set(buff, sizeof(buff), &my_charset_bin);
|
||||
}
|
||||
thd->sent_row_count++;
|
||||
if (!thd->vio_ok())
|
||||
|
||||
Reference in New Issue
Block a user