mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@ -253,6 +253,10 @@ public:
|
||||
*/
|
||||
void skip_data_till_eof()
|
||||
{
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
if (mysql_bin_log.is_open())
|
||||
cache.read_function= cache.real_read_function;
|
||||
#endif
|
||||
while (GET != my_b_EOF)
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user