gh-ost/go/logic
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
..
applier.go Character set recognition and manipulation 2016-09-07 14:24:11 +02:00
hooks.go More environment variables in hooks 2016-09-02 10:48:29 +02:00
inspect.go Character set recognition and manipulation 2016-09-07 14:24:11 +02:00
migrator.go support for --assume-master-host, master-master/tungsten 2016-09-02 13:09:18 +02:00
server.go added log message 2016-08-11 09:03:39 +02:00
streamer.go capped streamer retries 2016-07-25 15:17:30 +02:00
throttler.go refactored all throttling code into throttler.so 2016-08-30 12:25:45 +02:00