]> git.mjollnir.org Git - moodle.git/commit
MDL-14650, create a new table `chat_messages_current` to save latest 8 hours messages...
authordongsheng <dongsheng>
Thu, 24 Jul 2008 03:15:03 +0000 (03:15 +0000)
committerdongsheng <dongsheng>
Thu, 24 Jul 2008 03:15:03 +0000 (03:15 +0000)
commit6e5f40eadc02f204bbdb82b28913384f6a77b768
treecd510a2717432ed84a873e3d053af3093120f249
parentbf97c70184a198fc58fe6d105ec64f6e6edb8dfd
MDL-14650, create a new table `chat_messages_current` to save latest 8 hours messages, could improve performance. The expired message will be deleted in chat_cron function
12 files changed:
mod/chat/chatd.php
mod/chat/db/install.xml
mod/chat/db/upgrade.php
mod/chat/gui_basic/index.php
mod/chat/gui_header_js/index.php
mod/chat/gui_header_js/insert.php
mod/chat/gui_header_js/jsupdate.php
mod/chat/gui_header_js/jsupdated.php
mod/chat/gui_header_js/users.php
mod/chat/lib.php
mod/chat/version.php
mod/chat/view.php