﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
3544	MySQL Errors not ignored from other resources	jgough	anonymous	In wp-db.php, mysql_error() is called without arguments.  This means that if there are other database resources then errors from these are detected and reported, causing much confusion.  Simple fix is to change this to mysql_error($this->dbh) to only report WordPress errors.  I've attached a patch.	defect (bug)	closed	normal	2.1	General	2.0.6	minor	fixed	has-patch	
