moodle/message/classes
Neill Magill 8029023ed5 MDL-66955 messages: Improve speed of message search
The OR conditions in the WHERE clause prevented the query from
effectively filtering the messages related to the user quickly, this
change helps gets around this by allowing the database to limit
the rows in the messages table it needs to scan significantly.
2022-09-30 08:29:08 +01:00
..
external MDL-72586 message: Use count SQL in get_unread_notification_count 2021-10-15 16:32:28 +08:00
output Merge branch 'MDL-73895' of https://github.com/paulholden/moodle 2022-03-11 11:17:28 +08:00
privacy Merge branch 'MDL-60680-master' of git://github.com/jleyva/moodle 2019-04-25 18:55:45 +02:00
search MDL-75548 misc: final Required parameter follows optional notices 2022-08-22 15:20:13 +01:00
task MDL-64715 message: add support for self conversations 2019-04-15 20:17:54 +02:00
tests MDL-72586 message: New WebService get_unread_notification_count 2021-10-04 14:40:48 +02:00
api.php MDL-66955 messages: Improve speed of message search 2022-09-30 08:29:08 +01:00
helper.php MDL-72948 messaging: Minimise fields used in query 2022-06-22 10:11:18 +01:00
time_last_message_between_users.php Revert "MDL-63466 core_message: rename cache for last message time" 2018-10-26 14:54:01 +08:00