mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.1.51 merge
This commit is contained in:
@ -141,6 +141,14 @@ int mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list,
|
||||
bool transactional_table;
|
||||
DBUG_ENTER("mysql_load");
|
||||
|
||||
/*
|
||||
Bug #34283
|
||||
mysqlbinlog leaves tmpfile after termination if binlog contains
|
||||
load data infile, so in mixed mode we go to row-based for
|
||||
avoiding the problem.
|
||||
*/
|
||||
thd->set_current_stmt_binlog_row_based_if_mixed();
|
||||
|
||||
#ifdef EMBEDDED_LIBRARY
|
||||
read_file_from_client = 0; //server is always in the same process
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user