summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/wp-db.php
Commit message (Expand)AuthorAgeFilesLines
* Moved everything in wp-inst down a directory.donncha2006-06-221-433/+0
* WP Mergedonncha2006-06-131-1/+2
* WP Merge - requires upgrading of db through wp-admin/upgrade.php!donncha2006-02-141-11/+11
* Send create table and alter table sql to the proper db creation code.donncha2005-08-271-4/+6
* Added vars to make debugging easier in a multi-db env.donncha2005-08-151-0/+8
* Capture alter table/create table statements properly.donncha2005-08-111-1/+1
* Avoid creating new connections when they already exist!donncha2005-08-081-2/+6
* Select query type fix.donncha2005-08-011-3/+3
* Changes from WP Core.donncha2005-07-281-0/+1
* Removed Smarty files.donncha2005-07-281-4/+0
* Separate requests to global and blog tables.donncha2005-07-281-2/+9
* Use one read connection, and create a write connection when required.donncha2005-07-271-28/+31
* Use multiple databases.donncha2005-07-271-1/+50
* Initial Importdonncha2005-07-121-0/+362