mariadb/mysql-test/suite/versioning/r/replace,trx_id.rdiff
2025-09-29 18:25:09 +03:00

19 lines
559 B
Text

--- replace.result
+++ replace.reject
@@ -122,7 +122,6 @@
commit;
select pk, i, check_row(row_start, row_end) from t1 for system_time all;
pk i check_row(row_start, row_end)
-1 3 ERROR: row_end == row_start
1 300 CURRENT ROW
drop table t1;
# In this case there'll be no unique constraint on a historical row.
@@ -142,8 +141,6 @@
commit;
select pk, i, check_row(row_start, row_end) from t1 for system_time all;
pk i check_row(row_start, row_end)
-1 3 ERROR: row_end == row_start
-1 30 ERROR: row_end == row_start
1 300 CURRENT ROW
drop table t1;
#