diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-07-15 22:07:48 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2014-07-15 22:58:35 -0700 |
commit | ee79913831be70fc51c193ea4118a15abb038a67 (patch) | |
tree | d228d126605e2a8dd6aa92fca35fca3e6bac24e7 /NEWS | |
parent | 2d1e12169c416b8ba84f38bfd53b3c81cadc9dbc (diff) |
Fix ordering of table drops on wallet-admin destroy
Fix the ordering of table drops during a wallet-admin destroy action
to remove tables with foreign key references before the tables they
are referencing. Should fix destroy in MySQL and other database
engines that enforce referential integrity.
Change-Id: I9b37c516f67acdf1d9e25222f067df6749e8c769
Reviewed-on: https://gerrit.stanford.edu/1558
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -59,6 +59,11 @@ wallet 1.1 (unreleased) would just ignore the time. Now wallet-backend correctly requires the date and time be passed as a single argument. + Fix the ordering of table drops during a wallet-admin destroy action + to remove tables with foreign key references before the tables they + are referencing. Should fix destroy in MySQL and other database + engines that enforce referential integrity. + The initial creation and membership of the ADMIN ACL during database initialization or reinitialization is no longer recorded in the acl_history table. (This is fallout from making a specific type of |