Made the results from the stat_tables_rbr test to be not
dependent on the debug mode.
This commit is contained in:
parent
2bbcec4148
commit
32443e744d
@ -15,7 +15,7 @@ Table Op Msg_type Msg_text
|
|||||||
test.t1 analyze status OK
|
test.t1 analyze status OK
|
||||||
SHOW BINLOG EVENTS;
|
SHOW BINLOG EVENTS;
|
||||||
Log_name Pos Event_type Server_id End_log_pos Info
|
Log_name Pos Event_type Server_id End_log_pos Info
|
||||||
master-bin.000001 4 Format_desc 1 245 Server ver: 5.5.27-MariaDB-debug-log, Binlog ver: 4
|
master-bin.000001 4 Format_desc 1 245 Server ver: #, Binlog ver: #
|
||||||
master-bin.000001 245 Query 1 345 use `test`; CREATE TABLE t1 (i INT) ENGINE=InnoDB
|
master-bin.000001 245 Query 1 345 use `test`; CREATE TABLE t1 (i INT) ENGINE=InnoDB
|
||||||
master-bin.000001 345 Query 1 424 use `test`; ANALYZE TABLE t1
|
master-bin.000001 345 Query 1 424 use `test`; ANALYZE TABLE t1
|
||||||
master-bin.000001 424 Query 1 528 use `test`; DROP TABLE `t1` /* generated by server */
|
master-bin.000001 424 Query 1 528 use `test`; DROP TABLE `t1` /* generated by server */
|
||||||
|
@ -23,6 +23,7 @@ SET use_stat_tables = PREFERABLY;
|
|||||||
|
|
||||||
CREATE TABLE t1 ( a INT ) ENGINE=MyISAM PARTITION BY HASH(a) PARTITIONS 2;
|
CREATE TABLE t1 ( a INT ) ENGINE=MyISAM PARTITION BY HASH(a) PARTITIONS 2;
|
||||||
ALTER TABLE t1 ANALYZE PARTITION p1;
|
ALTER TABLE t1 ANALYZE PARTITION p1;
|
||||||
|
--replace_regex /\/\* xid=.* \*\//\/* XID *\// /Server ver: .*, Binlog ver: .*/Server ver: #, Binlog ver: #/ /table_id: [0-9]+/table_id: #/
|
||||||
SHOW BINLOG EVENTS;
|
SHOW BINLOG EVENTS;
|
||||||
|
|
||||||
SET use_stat_tables = DEFAULT;
|
SET use_stat_tables = DEFAULT;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user