Bug #59085
closedinstalling/uninstalling an extension fires unwanted database alteration
0%
Description
Every time I update the database (e.g. installing an extension or when I want to remove the fields added by the aforementioned extension after having uninstalled it), if I go to install tool and fire the database analyzer it always says:
select/deselect all
ALTER TABLE cf_extbase_datamapfactory_datamap RENAME zzz_deleted_cf_extbase_datamapfactory_datamap;
Records in table: 2
ALTER TABLE cf_extbase_datamapfactory_datamap_tags RENAME zzz_deleted_cf_extbase_datamapfactory_datamap_tags;
maybe related to #54848?
Updated by Philipp Gampe over 10 years ago
- Status changed from New to Needs Feedback
- DB server version
- DB strict mode?
- PHP 5.5 is correct?
I am a bit surprised that this happens only to those two tables and not all the other caching framework tables.
Updated by Riccardo De Contardi over 10 years ago
I use MAMP 2.2 on a MACbook pro
MySQL DB Version: 5.5.33
I found these values with phpmyadmin in the variables:
innodb autoinc lock mode = 1
innodb strict mode = OFF
slave exec mode = strict
sql mode = empty
PHP Version: 5.5.3
Updated by Alexander Opitz about 10 years ago
Hi, can you check logfiles for sql errors? Or can you switch into developer mode, normaly sql errors should then be shown.
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from next-patchlevel to 7.4 (Backend)
Updated by Riccardo De Contardi over 9 years ago
- Status changed from Needs Feedback to Closed
I am unable to reproduce it with the latest version 6.2.12, so I close this for now. thanks.