fleet/server/datastore
Zach Wasserman b859f7b747
Sort labels for membership update (#1156)
This may help with deadlocks on the `label_membership` table. It is not
clear from MySQL documentation whether the order of the records is
significant for locking within a single query. If it is, this should
help the problem. If it is not, this should have no negative impact.

May fix #1146
2021-06-21 16:10:24 -07:00
..
inmem Continue to update names in backend code and docs (#976) 2021-06-06 16:58:23 -07:00
internal/appstate Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
mysql Sort labels for membership update (#1156) 2021-06-21 16:10:24 -07:00
s3 Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore.go Allow Packs to be targeted to Teams (#1130) 2021-06-18 09:43:16 -07:00
datastore_app.go Continue to update names in backend code and docs (#976) 2021-06-06 16:58:23 -07:00
datastore_campaigns.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore_carves.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore_email_changes.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore_hosts.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore_invites.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore_labels.go Allow Packs to be targeted to Teams (#1130) 2021-06-18 09:43:16 -07:00
datastore_migrations.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore_packs.go Allow Packs to be targeted to Teams (#1130) 2021-06-18 09:43:16 -07:00
datastore_password_reset.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore_queries.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore_scheduled_queries.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore_software.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore_targets.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore_teams.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore_unicode.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
datastore_users.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00