Menu

#3451 (ok 3.4.6) bug in new display

3.4.5
fixed
1
2013-06-11
2011-10-06
Dimitri
No

Rien à dire, tout est sur la photo ...

Discussion

  • Dimitri

    Dimitri - 2011-10-06

    photo

     
  • Dimitri

    Dimitri - 2011-10-06

    All in photo

     
  • Marc Delisle

    Marc Delisle - 2011-10-06

    Please attach here a small export of your table's structure and data.

     
  • Marc Delisle

    Marc Delisle - 2011-10-06
    • status: open --> pending
     
  • Dimitri

    Dimitri - 2011-10-06
    • status: pending --> open
     
  • Dimitri

    Dimitri - 2011-10-06

    CREATE TABLE IF NOT EXISTS `user` (
    `id_user` int(10) unsigned NOT NULL AUTO_INCREMENT,
    `login` varchar(32) NOT NULL,
    `mdp` varchar(32) NOT NULL,
    `admin` binary(1) NOT NULL,
    `delete` binary(1) NOT NULL,
    PRIMARY KEY (`id_user`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

    --
    -- Contenu de la table `user`
    --

    INSERT INTO `user` (`id_user`, `login`, `mdp`, `admin`, `delete`) VALUES
    (1, 'dimitri', 'f71dbe52628a3f83a77ab494817525c6', '0', '0');

     
  • Marc Delisle

    Marc Delisle - 2011-10-06

    I can reproduce this problem with version 3.4.5; however it has been fixed for the upcoming 3.4.6 version (see bug #3411535).

    Version 3.4.6-rc1 is available.

     
  • Marc Delisle

    Marc Delisle - 2011-10-06
    • priority: 5 --> 1
    • assigned_to: nobody --> lem9
    • summary: bug in new display --> (ok 3.4.6) bug in new display
    • status: open --> open-fixed
     
  • Dimitri

    Dimitri - 2011-10-07

    my phpmyadmin is 3.4.5 and delivered with WampServer.
    the bug attached to a column of type BINARY only.

     
  • Dimitri

    Dimitri - 2011-10-07

    sorry for my english ...

     
  • Marc Delisle

    Marc Delisle - 2011-10-07

    Je confirme que cette anomalie est présente dans la version 3.4.5; cependant elle a déjà été corrigée pour 3.4.6, vous pouvez essayer la version 3.4.6-rc1 qui est disponible pour téléchargement sur http://phpmyadmin.net.

     
  • Marc Delisle

    Marc Delisle - 2011-10-16
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed