gh-ost/go
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
..
base Support for GCP (Google Cloud Platform) 2018-09-02 09:51:40 +03:00
binlog Support for GCP (Google Cloud Platform) 2018-09-02 09:51:40 +03:00
cmd/gh-ost Support for GCP (Google Cloud Platform) 2018-09-02 09:51:40 +03:00
logic Ignore not available columns when applying column types 2018-11-01 14:33:11 +01:00
mysql Support for GENERATED (aka virtual) columns 2018-05-22 12:36:52 +03:00
os renaming to gh-ost 2016-05-16 11:09:17 +02:00
sql Merge branch 'master' into reject-rename-table 2018-05-07 08:04:47 +03:00