alter table disable keys on InnoDB table and uncommitted transactions
Percona Server 5.1
Start some transaction and don't commit it. In other console try to disable keys on InnoDB table (yes, I know that it is not possible fo InnoDB storage Engine):
> alter table t1 disable keys;
Query OK, 0 rows affected, 1 warning (0.2 sec)
> show warnings;
+------
| Level | Code | Message |
+------
| Note | 1031 | Table storage engine for 't1' doesn't have this option |
+------
1 row in set (0.01 sec)
It's IMMEDIATELY show warnings.
With Percona Server 5.5 it is waiting for transaction commit.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Viacheslav Biriukov
- Solved:
- Last query:
- Last reply: