I'm working with queries that involve more than one database and am
trying to figure out a way to determine which database a particular
field came from. I've used mysql_field_name and mysql_field_table for
field & table names but there does not seem to be a
mysql_field_database() function.