Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
Task is to create the new table in Information schema slave_status that will have same fields as command executed by show slave status.
Additionally add IS.replica_status as an alias for IS.slave_status and separate test(s).
Attachments
Issue Links
- causes
-
MDEV-35693 Replicate_* fields of Show-Slave-Status display truncated
-
- Closed
-
- is part of
-
MDEV-33856 Alternative Replication Lag Representation via Received/Executed Master Binlog Event Timestamps
-
- Closed
-
- relates to
-
MDEV-32172 introspect server's replication settings from SQL stored routines
-
- Closed
-
- split to
-
MDEV-34752 Create alias replica_status for INFORMATION_SCHEMA.slave_status
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Anel Husakovic [ anel ] | Brandon Nesterenko [ JIRAUSER48702 ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Summary | Create IS.replica_status table as alias for show replica status command | Create IS.slave_status table as alias for show replica status command |
Description |
Task is to create the new table in Information schema {{Replica_status}} that will have same fields as command executed by {{show replica status}}.
|
Task is to create the new table in Information schema {{slave_status}} that will have same fields as command executed by {{show replica status}}.
|
Assignee | Brandon Nesterenko [ JIRAUSER48702 ] | Anel Husakovic [ anel ] |
Status | In Review [ 10002 ] | In Testing [ 10301 ] |
Status | In Testing [ 10301 ] | Stalled [ 10000 ] |
Assignee | Anel Husakovic [ anel ] | Brandon Nesterenko [ JIRAUSER48702 ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Description |
Task is to create the new table in Information schema {{slave_status}} that will have same fields as command executed by {{show replica status}}.
|
Task is to create the new table in Information schema {{slave_status}} that will have same fields as command executed by {{show slave status}}.
Additionally add {{IS.replica_status}} as an alias for {{IS.slave_status}} and separate test(s). |
Assignee | Brandon Nesterenko [ JIRAUSER48702 ] | Andrei Elkin [ elkin ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Link | This issue is part of MDEV-18777 [ MDEV-18777 ] |
Fix Version/s | 11.4 [ 29301 ] |
Fix Version/s | N/A [ 14700 ] | |
Assignee | Andrei Elkin [ elkin ] | Michael Widenius [ monty ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10002 ] | Closed [ 6 ] |
Link | This issue is part of MDEV-18777 [ MDEV-18777 ] |
Link |
This issue is part of |
Link |
This issue relates to |
Fix Version/s | 11.6.0 [ 29839 ] | |
Fix Version/s | N/A [ 14700 ] |
Link |
This issue causes |
Link | This issue split to MDEV-34752 [ MDEV-34752 ] |
bnestere if you can please review [PR 3080](https://github.com/MariaDB/server/pull/3080), I think it is ready?