gh-ost/go/sql
Paulo Bittencourt 2f80c9d424 Used the source column definition to fetch and convert insert values
When processing binlog insert statements, we want to use `sharedColumns`
to decide which values to fetch and convert from the insert DML event.

We only want to  `mappedShareColumns` to define the column names in the
`replace into ...` statement.
2016-09-14 11:28:30 -04:00
..
builder_test.go fix INSERT DML handling on renamed column 2016-08-22 16:00:15 +02:00
builder.go Used the source column definition to fetch and convert insert values 2016-09-14 11:28:30 -04:00
encoding.go Extracted and generalized encoding logic to encoding.go 2016-09-08 09:37:22 +02:00
parser_test.go Throttling & critical load 2016-06-18 21:12:07 +02:00
parser.go Throttling & critical load 2016-06-18 21:12:07 +02:00
types_test.go Character set recognition and manipulation 2016-09-07 14:24:11 +02:00
types.go Extracted and generalized encoding logic to encoding.go 2016-09-08 09:37:22 +02:00