mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Postfix
Only relative log events are showed.
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
-- source include/not_ndb_default.inc
|
-- source include/not_ndb_default.inc
|
||||||
-- source include/have_log_bin.inc
|
-- source include/have_log_bin.inc
|
||||||
|
|
||||||
|
let $binlog_start= query_get_value(SHOW MASTER STATUS, Position, 1);
|
||||||
CREATE TABLE t1 (c1 char(50));
|
CREATE TABLE t1 (c1 char(50));
|
||||||
LOAD DATA INFILE '../../std_data/words.dat' INTO TABLE t1;
|
LOAD DATA INFILE '../../std_data/words.dat' INTO TABLE t1;
|
||||||
LOAD DATA CONCURRENT INFILE '../../std_data/words.dat' INTO TABLE t1;
|
LOAD DATA CONCURRENT INFILE '../../std_data/words.dat' INTO TABLE t1;
|
||||||
|
Reference in New Issue
Block a user