Menu

#1377 (ok 4.0) Split the variable Replicate_Do_Table spaces

Next_release
fixed
Parsing (9)
1
2013-06-11
2012-05-23
No

When replicated many tables, the table of replication status is extended to multiple screens.

You can add a function PMA_replication_print_status_table partition of space into a variable Replicate_Do_Table.

- echo ${"server_{$type}_replication"}[0][$variable];
+ if ($variable == 'Replicate_Do_Table')
+ echo preg_replace('/,/', ', ', ${"server_{$type}_replication"}[0][$variable]);
+ else
+ echo ${"server_{$type}_replication"}[0][$variable];

Discussion

  • J.M. Rütter

    J.M. Rütter - 2012-06-30
    • milestone: 284149 --> Next_release
    • priority: 5 --> 1
    • assigned_to: nobody --> mynetx
    • summary: Split the variable Replicate_Do_Table spaces --> (ok 4.0) Split the variable Replicate_Do_Table spaces
    • status: open --> open-fixed
     
  • J.M. Rütter

    J.M. Rütter - 2012-06-30

    This requested feature was implemented in the repository and will be part of a future release; thanks for suggesting.

     
  • Alexey Derkachev

    My pleasure. Thank you.

     
  • Michal Čihař

    Michal Čihař - 2013-05-09
    • Status: open-fixed --> closed-fixed
     
  • Michal Čihař

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