Menu

#4535 (ok 4.3) Loads of Warnings/Notices in PMA_getServerSlaveStatus on replication slave

Latest_Git
fixed
None
1
2014-12-05
2014-09-15
No

For each replicated table a lot of warnings/notices a thrown, see http://pastebin.com/3vzZcj97

Discussion

  • Hugues Peccatte

    Hugues Peccatte - 2014-11-11

    Hi,
    Some modifications had been done on master on this part. Could you please tell us if you still have the notices?
    Thanks.

     
  • Raimund Meyer

    Raimund Meyer - 2014-11-11

    Hi, thank you very much, it's better/different now. The notice I get now for each table in the database overview page is

    Notice in ./libraries/replication.inc.php#181
    Undefined offset: 1
    
    Backtrace
    
    ./libraries/structure.lib.php#1066: PMA_extractDbOrTable(
    string '',
    string 'table',
    )
    ./db_structure.php#267: PMA_getServerSlaveStatus(
    boolean true,
    string '[___Table name here___]',
    )
    
     
  • Hugues Peccatte

    Hugues Peccatte - 2014-11-11

    Can you please give us the result of the following query?
    SHOW SLAVE STATUS
    Thanks.

     
  • Raimund Meyer

    Raimund Meyer - 2014-11-11

    The table was so wide that I didnt't know how to copy & paste, so I put the HTML in a jsfiddle: http://jsfiddle.net/y0rsw4yh/

     
  • Hugues Peccatte

    Hugues Peccatte - 2014-11-11

    Could you please try this branch and tell me if it's better?
    https://github.com/Tithugues/phpmyadmin/tree/b4535_master
    Thanks.

     
  • Raimund Meyer

    Raimund Meyer - 2014-11-11

    Hi Hugues,
    this looks good, no notices anymore :-)

     
  • Hugues Peccatte

    Hugues Peccatte - 2014-11-11
    • assigned_to: Hugues Peccatte
     
  • Hugues Peccatte

    Hugues Peccatte - 2014-11-11
    • summary: Loads of Warnings/Notices in PMA_getServerSlaveStatus on replication slave --> (ok 4.3) Loads of Warnings/Notices in PMA_getServerSlaveStatus on replication slave
    • status: open --> resolved
     
  • Hugues Peccatte

    Hugues Peccatte - 2014-11-11
    • Priority: 5 --> 1
     
  • Marc Delisle

    Marc Delisle - 2014-12-05
    • Status: resolved --> fixed