[MDEV-8130] Wrong error code/message while encrypting a partitioned InnoDB table Created: 2015-05-10 Updated: 2015-05-15 Resolved: 2015-05-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption, Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.1.4 |
| Fix Version/s: | 10.1.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I start server with
This is expected:
This is not expected:
I would think that encryption is just not available for partitioned tables, but then the following does not make sense:
So, I assume ERROR 1478 is just a wrong error code, there should be ERROR 1005 instead, as it was for a non-partitioned table?
10.1 commit 5fdb14542ae44aa2f0bae512e8305f791c977ca1 |
| Comments |
| Comment by Elena Stepanova [ 2015-05-12 ] |
|
Not 100% sure, but I think I had it later with non-partitioned tables as well, while modifying options at runtime and altering tables. |