mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
lots of post-merge changes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
-- source include/have_binlog_format_row.inc
|
||||
|
||||
let $binlog_start= query_get_value(SHOW MASTER STATUS, Position, 1);
|
||||
CREATE TABLE t1 (c1 char(50));
|
||||
CREATE TABLE t1 (c1 char(50)) engine=myisam;
|
||||
LOAD DATA INFILE '../../std_data/words.dat' INTO TABLE t1;
|
||||
LOAD DATA CONCURRENT INFILE '../../std_data/words.dat' INTO TABLE t1;
|
||||
-- source include/show_binlog_events.inc
|
||||
|
Reference in New Issue
Block a user