|
From: Ulf E. <ulf...@fa...> - 2005-08-31 20:23:05
|
* Benjamin Curtis [2005-08-30 00:07]: > Yeah, I started to test some of the new features and got some breakage > with mysqli and the bookmark queries. I didn't have time to really > look, but it seemed like mysqli.php was missing some queries. Since > the queries should really be the same as in mysql.php, we should > probably just load mysql.php even when mysqli is selected as the > database type. Yes, mysqli.php should be a copy of mysql.php (and mysqli.in a copy of mysql.in). Using the same file would save us from this kind of problems where I forget to update both. Current CVS should be fixed though. |