gh-ost/go/logic
Eduardo Nunes dfc8aa28f4 Ignore not available columns when applying column types
The given `columnLists` may not contain all columns available in the
given table. This patch prevents the code to fail. Before this patch the
code was panicking whenever it was trying to set a value into a `nil`
object, e.g. `columnList.GetColumn('non-existant').Type = SomeType`.

For some reason the application was not completely failing but as a
side-effect any column after the non-existant column would never get its
Type properly set.
2018-11-01 14:33:11 +01:00
..
applier.go Support for GCP (Google Cloud Platform) 2018-09-02 09:51:40 +03:00
hooks.go Populate the env with dry run status 2018-09-18 14:41:26 +10:00
inspect.go Ignore not available columns when applying column types 2018-11-01 14:33:11 +01:00
migrator.go Fix to retry logic in row copy 2018-09-20 10:49:21 +03:00
server.go support quoted values in interactive commands 2018-02-25 19:17:37 +02:00
streamer.go Refactor the code and remove the global variable of 2018-03-29 12:20:41 +08:00
throttler.go Pass in a migrationContext UUID for a migration specific connections cache 2017-12-14 15:53:29 -08:00