gh-ost/localtests
Paulo Bittencourt 25b5474cfa Add test case for renaming a column and only applying inserts
This catches a bug in `sql.BuildDMLInsertQuery` where we we are fetching
the insert values using the renamed column's name, and end up fetching
the value of the wrong column.

The test in `localtests/rename` did not catch this because binlog
update events were "correcting" the error, as they follow a different
code path that does not contain the bug.
2016-09-14 11:28:30 -04:00
..
2016-08-23 12:13:40 +02:00
2016-09-08 09:27:18 +02:00
2016-08-22 16:35:21 +02:00
2016-08-22 15:49:48 +02:00
2016-08-22 11:14:06 +02:00
2016-09-06 09:38:41 +02:00
2016-09-06 12:15:53 +02:00
2016-09-08 09:27:18 +02:00