James Brown

Results 72 comments of James Brown

We were changing the type of a column (`INT` to `BIGINT`), which isn't supported by native MySQL online DDL. It was either `gh-ost` or `pt-online-schema-change`.

Nothing in our codebase is using `after_initialize` directly, but I wouldn't be entirely surprised if some dependency did. I hacked up rails to print out everything that calls `after_initialize` and...