Comment 4 for bug 674588

Revision history for this message
Joe Daly (skinny.moey) wrote :

Is this something that should even be in the transaction log? Im leaning towards no, it currently shows up and seems to be causing some strangeness with transaction ids.

drizzle> ALTER TABLE `A` ENABLE KEYS;
Query OK, 0 rows affected, 1 warning (0.01 sec)

drizzle> show warnings;
+-------+------+-------------------------------------------------------+
| Level | Code | Message |
+-------+------+-------------------------------------------------------+
| Note | 1031 | Table storage engine for 'A' doesn't have this option |
+-------+------+-------------------------------------------------------+
1 row in set (0 sec)

drizzle>