[MDEV-8043] innodb tablespace encryption Created: 2015-04-24 Updated: 2015-05-20 Resolved: 2015-05-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption, Storage Engine - InnoDB, Storage Engine - XtraDB |
| Fix Version/s: | 10.1.5 |
| Type: | Task | Priority: | Critical |
| Reporter: | Jonas Oreland | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||
| Issue Links: |
|
||||
| Description |
|
there are the bug fixes as compared to c01fc2134d439282a21a2ddf687566e198ddee28 @ https://code.google.com/p/google-mysql/ (branch 17-scrubbing) |
| Comments |
| Comment by Sergei Golubchik [ 2015-05-09 ] |
|
jonaso, what does this patch fix? The patch includes the test case but it passes for me without any code changes. |
| Comment by Jonas Oreland [ 2015-05-11 ] |
|
Hi, It fixes 2) an bug with temporary innodb tables where they were dropped before crypt "sub-system" was initialized. this part of the patch split the initialization into fil_crypt_init() and fil_crypt_threads_init(), — Hope this makes sense /Jonas |
| Comment by Sergei Golubchik [ 2015-05-15 ] |
|
Thanks! |