## 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.#--sourceinclude/have_binlog_format_mixed.inc--sourceinclude/have_log_bin.incRESETMASTER;CREATETABLEt1(wordCHAR(20)NOTNULL)ENGINE=MYISAM;let$binlog_start=query_get_value(SHOWMASTERSTATUS,Position,1);LOADDATAINFILE'../../std_data/words.dat'INTOTABLEt1;--sourceinclude/show_binlog_events.incDROPTABLEt1;