|
|
| 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
|
|
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 :-)
|
|
Description
|
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 :-) |
Show » |
|
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