Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Incomplete
-
Affects Version/s: 10.1.23
-
Fix Version/s: N/A
-
Component/s: Encryption
-
Labels:
Description
Given the following command (mariadb 10.1.23 on Debian Stretch (Raspbian))
ALTER TABLE TBL_ACCOUNT ENCRYPTED=YES; |
I get:
ERROR 1005 (HY000): Can't create table `#sql-2c3_15` (errno: 140 "Wrong create options") |
and no other error.