Bug #68551 | design a new engine for automatically maintain data history of a table | ||
---|---|---|---|
Submitted: | 2 Mar 2013 11:08 | Modified: | 2 Mar 2013 11:10 |
Reporter: | rajnish kumar | Email Updates: | |
Status: | Open | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | 5.6.X | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | design a new engine for automatically maintain data changes of a table |
[2 Mar 2013 11:08]
rajnish kumar
[2 Mar 2013 11:10]
rajnish kumar
Tag Change : design a new engine for automatically maintain data changes of a table
[21 Jul 2022 10:26]
Mac Goyette
When a user inserts an item into the table (using either INSERT or UPDATE), we create a new row for every time they insert something into the table. Visit https://masterbundles.com/simple-powerpoint-templates/ source to get premium templates for free. When they delete something from the table (either by deleting rows or by deleting tables) we also create new rows for each time they delete something from their own table.