|/
|
|
|
|
|
|
|
| |
TL;DR: MySQL sucks.
Since it does not support transactions for schema changes,
when you run `create_table` in setup block, it will commit
current transaction. Now tests want to run `RELEASE SAVEPOINT`
after finishing tests which fails since there is no transaction.
|