I get several of these:
Notice: Undefined index: `bintest`.`id` = 137 in phpMyAdmin/libraries/File.class.php on line 353
Logged In: YES user_id=1004371 Originator: NO
this problem remains in last version 2.11.6-rc1!
Logged In: YES user_id=210714 Originator: YES
Reopened for further analysis.
I tested and for one of my tables, it works but does not work for another table (both for a MEDIUMBLOB).
stanleymhla, could you attach here your table's structure?
Fixed in subversion, thanks for reporting.
CREATE TABLE `product` ( `i_product` int(11) NOT NULL auto_increment, `id_brand` char(5) NOT NULL, `name` varchar(100) NOT NULL, `volume` varchar(20) default NULL, `alcohol` float default NULL, `picture` blob, PRIMARY KEY (`i_product`), KEY `id_brand` (`id_brand`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=208 ;
Fixed in the QA_2_11 branch, you can try it (see http://cihar.com/phpMyAdmin/snapshots/\)
Logged In: YES
user_id=1004371
Originator: NO
this problem remains in last version 2.11.6-rc1!
Logged In: YES
user_id=210714
Originator: YES
Reopened for further analysis.
Logged In: YES
user_id=210714
Originator: YES
I tested and for one of my tables, it works but does not work for another table (both for a MEDIUMBLOB).
stanleymhla, could you attach here your table's structure?
Logged In: YES
user_id=210714
Originator: YES
Fixed in subversion, thanks for reporting.
Logged In: YES
user_id=1004371
Originator: NO
CREATE TABLE `product` (
`i_product` int(11) NOT NULL auto_increment,
`id_brand` char(5) NOT NULL,
`name` varchar(100) NOT NULL,
`volume` varchar(20) default NULL,
`alcohol` float default NULL,
`picture` blob,
PRIMARY KEY (`i_product`),
KEY `id_brand` (`id_brand`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=208 ;
Logged In: YES
user_id=210714
Originator: YES
Fixed in the QA_2_11 branch, you can try it (see http://cihar.com/phpMyAdmin/snapshots/\)