gh-ost/go/mysql
Shlomi Noach 791d963ea0 Character set recognition and manipulation
- Identifying textual characters sets; converting into specific type when applying dml events
- Refactored `ColumnsList`: introducing `Column` type
- Refactored `unsigned` handling, as part of `Column`
- `Column` type supports `convertArg()`: converting value of argument according to column data type
- DB URI attempts `utf8mb4,utf8,latin1` charsets in that order (first one to be recognized wins)
- Local tests filter by pattern
- Local tests append table schema on failure
- Local tests do not have postpone flag file
- Added character set local tests: `utf8`, `utf8mb4`, `latin1`
2016-09-07 14:24:11 +02:00
..
binlog_test.go Throttling & critical load 2016-06-18 21:12:07 +02:00
binlog.go renaming to gh-ost 2016-05-16 11:09:17 +02:00
connection.go Character set recognition and manipulation 2016-09-07 14:24:11 +02:00
instance_key_map.go renaming to gh-ost 2016-05-16 11:09:17 +02:00
instance_key.go renaming to gh-ost 2016-05-16 11:09:17 +02:00
utils.go More informative information upon control-replicas lagging 2016-07-27 09:59:46 +02:00