[MDEV-14745] Documentation mentions that we will be able to flashback a TRUNCATE or DROP Created: 2017-12-22 Updated: 2019-07-24 Resolved: 2018-05-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Michaël de groot | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Hi, The Flashback documentation: Can you please elaborate on this? Thanks, |
| Comments |
| Comment by Ian Gilfillan [ 2017-12-28 ] |
|
plinux can you comment on this? |
| Comment by Lixun Peng [ 2018-05-09 ] |
|
If enable Flashback DDL support, then when we do the DDL, we will copy or move current table to a reserved & hidden database, when we need to flashback DDL, then just copy or move the old table from this hidden database |
| Comment by Ian Gilfillan [ 2018-05-10 ] |
|
Added how this could work to the docs at https://mariadb.com/kb/en/library/flashback/ |