Y
Hacker News
new
|
ask
|
show
|
jobs
by
paulez
2099 days ago
That's a long standing problem with MySQL, DDL statements (ALTER TABLE and such) where not atomic until version 8.0. This required some serious work on InnoDB as you can read some details at
https://mysqlserverteam.com/atomic-ddl-in-mysql-8-0/