Issue Details (XML | Word | Printable)

Key: MDL-13202
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Eloy Lafuente (stronk7)
Reporter: Eloy Lafuente (stronk7)
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
MDL-14825

Switch Moodle for Windows packages to use mysqli driver

Created: 28/Jan/08 03:32 AM   Updated: 01/Dec/08 08:25 AM
Return to search
Component/s: Installation
Affects Version/s: 1.8.4, 1.9
Fix Version/s: 2.0

Database: Any
Participants: Eloy Lafuente (stronk7) and Matt Gibson
Security Level: None
Resolved date: 01/Dec/08
Affected Branches: MOODLE_18_STABLE, MOODLE_19_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
Right now the old "mysql" driver is being used. Move to the newer "mysqli" one (it's 100% supported by xampp and will offer some speed benefits, for sure.

Ciao :-)

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Matt Gibson added a comment - 02/Jun/08 06:21 PM
Hi Eloy,

does this involve any more than changing $CFG->dbtype = 'mysql'; to $CFG->dbtype = 'mysqli'; ?

I have tried it briefly, but noticed no real difference. slightly slower if anything


Eloy Lafuente (stronk7) added a comment - 01/Dec/08 08:25 AM
Done. Now Moodle 2.0 will be using native mysqli driver by default. At the same time I fixed some problems with pear libs and cleaned up a bit the database creation process. Resolving as fixed.