Changes between Initial Version and Version 9 of Ticket #20888
- Timestamp:
- May 14, 2016, 5:34:09 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20888
- Property Triage Stage Unreviewed → Accepted
- Property Owner removed
- Property Easy pickings unset
- Property Cc added
- Property Version 1.5 → master
- Property Keywords db-indexes added
-
Ticket #20888 – Description
initial v9 4 4 5 5 If I have the following table: 6 {{{ 6 7 class Messages: 7 8 user_id, … … 12 13 ['user_id', 'rating', 'last_update',] # sorted ASC by default 13 14 ] 14 15 }}} 15 16 So for MySQL, the following query cannot make use of the index: 16 17