Hi
On Thu 13. 10. 2005 20:11, Marc Delisle wrote:
can someone reproduce this? HEAD no longer works correctly with MySQL 4.0.x, with mysqli extension. Many symptoms occur, for example: structure only shows the first 7 fields of a table; insert no longer works, etc.
I don't have such setup here, sorry.
Looks like the output of SHOW FIELDS, when fetched in a loop by PMA_DBI_fetch_assoc(), stops after reading the 7th row.
Same server works well with QA_2_6_4 + mysqli extension. Works well with HEAD + mysql extension.
Maybe we luckily didn't hit some issue before, I don't know any major change in this area.
I know that mysqli is targeted to MySQL 4.1.x+, but...
I wouldn't care about such incompatibilites (from http://cz2.php.net/mysqli):
The mysqli extension is designed to work with the version 4.1.3 or above of MySQL. For previous versions, please see the MySQL extension documentation.