- Waterloo, Ontario, Canada
- https://kovyrin.net/
- @kovyrin
- oleksiy.woodworking
Highlights
- Pro
Block or Report
Block or report kovyrin
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
db-charmer Public archive
ActiveRecord Connections Magic (slaves, multiple connections, sharding, etc)
-
bounces-handler Public archive
Email Bounces Processing System with Rails plugin to prevent Rails mailers from sending any messages to a blocked addresses
-
magic-enum Public
Method used to define ENUM-like attributes in your model (int fields actually)
-
1,122 contributions in the last year
Activity overview
Contribution activity
March 2023
Created 1 commit in 1 repository
Created 2 repositories
Created a pull request in vitessio/vitess that received 8 comments
Use a left join to make sure that tables with tablespace=innodb_system are included in the schema
Description To make sure the behaviour of the schema engine is the same for 5.7 and 8.0 in terms of handling of tables that have innodb tablespace …
Created an issue in vitessio/vitess that received 1 comment
Bug Report: No schema found for table in vstreamer for tables with TABLESPACE innodb_system
Overview of the Issue
When a table is created in Vitess with a TABLESPACE innodb_system
option (as a result of https://bugs.mysql.com/bug.php?id=11…