photoprism/internal/query
Michael Mayer 2bad5b3cdd Backend: Wrap SQL select for MySQL 8 #599
In MySQL, you can't modify the same table which you use in the
SELECT part (DELETE and UPDATE with subquery):
https://dev.mysql.com/doc/refman/8.0/en/update.html

We need to verify how this affects large photo libraries
as it probably "breaks" the query optimizer. So might lead to
bad performance as well as high CPU and/or memory usage.
2020-11-15 12:15:14 +01:00
..
testdata/directory
account_search.go
account_search_test.go
account_uploads.go
account_uploads_test.go
albums.go
albums_test.go
categories.go
categories_test.go
counts.go
counts_test.go
errors.go Backend: Improve log messages 2020-07-14 18:00:32 +02:00
errors_test.go Backend: Add unit tests 2020-10-20 10:07:27 +02:00
file_shares.go
file_shares_test.go
file_sync_download.go
file_sync_download_test.go
file_syncs.go
file_syncs_test.go
files.go Backend: Wrap SQL select for MySQL 8 #599 2020-11-15 12:15:14 +01:00
files_test.go Indexer: Improve duplicate detection #568 2020-11-15 10:31:46 +01:00
folders.go Backend: Refactor file indexing / skipping 2020-07-18 20:58:35 +02:00
folders_test.go
geo.go
geo_result.go
geo_result_test.go
geo_test.go
label.go
label_result.go
label_test.go
labels.go
labels_test.go
moments.go
moments_test.go
photo.go Backend: Wrap SQL select for MySQL 8 #599 2020-11-15 12:15:14 +01:00
photo_results.go Index: Don't stack files based on XMP InstanceID 2020-08-18 00:45:53 +02:00
photo_results_test.go
photo_search.go Index: Don't stack files based on XMP InstanceID 2020-08-18 00:45:53 +02:00
photo_search_test.go Backend: Remove unused duplicate filter from photo search 2020-07-18 13:09:22 +02:00
photo_test.go
query.go Update trademark 2020-09-21 02:48:22 +02:00
query_test.go Index: Refactor mime type detection #391 2020-07-21 14:43:45 +02:00
selection.go
selection_test.go