3972 Gleb Shchepa 2012-06-06
Minor test update
modified:
mysql-test/suite/engines/iuds/r/update_year.result
mysql-test/suite/engines/iuds/t/update_year.test
3971 Rohit Kalhans 2012-06-06
WL#5597: Removed find_row() remnants from the trunk.
This function was removed as the part of WL#5597.
modified:
sql/log_event.h
=== modified file 'mysql-test/suite/engines/iuds/r/update_year.result'
--- a/mysql-test/suite/engines/iuds/r/update_year.result 2012-05-24 22:21:16 +0000
+++ b/mysql-test/suite/engines/iuds/r/update_year.result 2012-06-06 10:04:10 +0000
@@ -326,7 +326,7 @@ c2
1975
UPDATE t3 SET c2=c2 + 1902 WHERE c2='75';
Warnings:
-Warning 1264 Out of range value for column 'c2' at row 17
+Warning 1264 Out of range value for column 'c2' at row XX
SELECT c2 FROM t3;
c2
0000
=== modified file 'mysql-test/suite/engines/iuds/t/update_year.test'
--- a/mysql-test/suite/engines/iuds/t/update_year.test 2012-05-24 22:21:16 +0000
+++ b/mysql-test/suite/engines/iuds/t/update_year.test 2012-06-06 10:04:10 +0000
@@ -80,6 +80,7 @@ UPDATE t4 SET c1=c1 + 04 WHERE c2=04;
SELECT c1 FROM t4;
--sorted_result
SELECT c2 FROM t3 WHERE c2=75;
+--replace_regex /(Out of range value for column 'c2' at row) [0-9]+/\1 XX/
UPDATE t3 SET c2=c2 + 1902 WHERE c2='75';
--sorted_result
SELECT c2 FROM t3;
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (gleb.shchepa:3971 to 3972) | Gleb Shchepa | 6 Jun |