[Digikam-devel] [digikam] [Bug 317210] delete image removes file, but does not remove thumbnails
Marty
marty at nutmeg.at
Sat Mar 23 11:37:35 GMT 2013
https://bugs.kde.org/show_bug.cgi?id=317210
Marty <marty at nutmeg.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Database |Thumbnails
--- Comment #3 from Marty <marty at nutmeg.at> ---
Looking in the db directly, i can still see it. Should it be gone?
mysql> select * from Images where name='20130322_liam_9828.JPG';
+-------+-------+------------------------+--------+----------+---------------------+----------+----------------------------------+
| id | album | name | status | category | modificationDate
| fileSize | uniqueHash |
+-------+-------+------------------------+--------+----------+---------------------+----------+----------------------------------+
| 61593 | 876 | 20130322_liam_9828.JPG | 1 | 1 | 2013-03-22
18:04:50 | 4627091 | 93356016d4136a3c7385acb4f7a55c5c |
+-------+-------+------------------------+--------+----------+---------------------+----------+----------------------------------+
1 row in set (0.00 sec)
mysql> select * from UniqueHashes where
uniqueHash='93356016d4136a3c7385acb4f7a55c5c';
+----------------------------------+----------+---------+
| uniqueHash | fileSize | thumbId |
+----------------------------------+----------+---------+
| 93356016d4136a3c7385acb4f7a55c5c | 4627091 | 76927 |
+----------------------------------+----------+---------+
1 row in set (0.00 sec)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list