Issue Details (XML | Word | Printable)

Key: MDL-17755
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Eloy Lafuente (stronk7)
Reporter: Dan Poltawski
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Clean install not creating some indexes

Created: 01/Jan/09 12:40 AM   Updated: 01/Jan/09 12:40 AM
Return to search
Component/s: Database SQL/XMLDB
Affects Version/s: 2.0
Fix Version/s: 2.0

Environment: Debian

Database: PostgreSQL
Participants: Dan Poltawski and Eloy Lafuente (stronk7)
Security Level: None
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
I've run a clean install from latest cvshead on pg 8.3, then I run the check indexes script in xmldb and the following aren't created:

CREATE INDEX mdl_log_tim2_ix ON mdl_log (time);
CREATE INDEX mdl_chatmess_timcha2_ix ON mdl_chat_messages (timestamp, chatid);
CREATE INDEX mdl_chatmesscurr_timcha2_ix ON mdl_chat_messages_current (timestamp, chatid);

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
No commits have yet been performed on this issue.