Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.23
-
None
-
None
Description
https://bugs.launchpad.net/maria/+bug/997460 (filed by user)
- Test case:
CREATE TABLE t ( i INT )
ENGINE=Aria
PARTITION BY HASH(i) PARTITIONS 2;
SET AUTOCOMMIT = 0;
TRUNCATE TABLE t;
Result:
# 'TRUNCATE TABLE t' failed: 1031: Table storage engine for 't' doesn't have this option
|