Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

[dev.icinga.com #5668] Missing index on nsm_session table #1262

Closed
icinga-migration opened this issue Feb 17, 2014 · 1 comment
Closed

[dev.icinga.com #5668] Missing index on nsm_session table #1262

icinga-migration opened this issue Feb 17, 2014 · 1 comment

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/5668

Created by mfrosch on 2014-02-17 11:59:59 +00:00

Assignee: mfrosch
Status: Resolved (closed on 2014-02-18 15:14:14 +00:00)
Target Version: 1.10.1
Last Update: 2014-02-18 15:14:14 +00:00 (in Redmine)

Icinga Version: 1.10.2
Icinga Web Version: 1.10.0
IDO Version: 1.20.2
OS Version: RHEL 5
DB Type: MySQL
DB Version: 5.0
Browser Version: all

ALTER TABLE nsm_session ADD INDEX session_id_idx (session_id);

Changesets

2014-02-18 15:13:04 +00:00 by mfrosch 191e384

Added unique index to nsm_session for indexing the really used session_id.

Fixes #5668
@icinga-migration
Copy link
Author

Updated by mfrosch on 2014-02-18 15:14:14 +00:00

  • Status changed from New to Resolved
  • Done % changed from 0 to 100

Applied in changeset 191e384.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant