Ivan Sergio Borgonovo ha scritto:
mmm well there are several problems about db_table_exists.
- db_escape_table don't accept '.' in table names (at least in D5)
It works in D6.
- SHOW TABLES should be changed with something more DB agnostic
using information_schema that should be supported by MySQL 5.X as well (I think this has been fixed)
fixed in Drupal 7 ?
I'm really not aware how MySQL mix and match schema and db connections. So it may not be too easy to patch core for your needs.
No tnx. I don't want to patch the core.
M.