mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@@ -9,4 +9,7 @@ INSERT INTO t1 VALUES (repeat('a', 255), repeat('a', 255),repeat('a', 255),repea
|
||||
INSERT INTO t1 VALUES (repeat('a', 255), repeat('a', 255),repeat('a', 255),repeat('a', 255),repeat('a', 255));
|
||||
UPDATE t1 SET c1=repeat('b',255);
|
||||
INSERT INTO t1 VALUES (repeat('a', 255), repeat('a', 255),repeat('a', 255),repeat('a', 255),repeat('a', 255));
|
||||
SHOW BINLOG EVENTS FROM POS;
|
||||
ERROR HY000: Error when executing command SHOW BINLOG EVENTS: Invalid pos specified. Requested from pos:POS is greater than actual file size:MAX_POS
|
||||
|
||||
DROP TABLE t1;
|
||||
|
@@ -34,4 +34,9 @@ while ($pos <= $max_pos)
|
||||
--enable_query_log
|
||||
}
|
||||
|
||||
# Testing a case where input position is greater than actual binlog file size.
|
||||
--replace_result $pos POS $max_pos MAX_POS
|
||||
--error 1220
|
||||
eval SHOW BINLOG EVENTS FROM $pos;
|
||||
|
||||
DROP TABLE t1;
|
||||
|
Reference in New Issue
Block a user