
13 Oct
2005
13 Oct
'05
7:12 a.m.
Hi, 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. 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. I know that mysqli is targeted to MySQL 4.1.x+, but... Marc