[MDEV-7110] Add missing MySQL variable log_bin_basename and log_bin_index Created: 2014-11-13 Updated: 2020-09-03 Resolved: 2015-06-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.0.14 |
| Fix Version/s: | 10.1.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Chris Calender (Inactive) | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 7 |
| Labels: | None | ||
| Attachments: |
|
||||||||||||||||||||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
I noticed MariaDB does not have corresponding MySQL system variables: log_bin_basename and log_bin_index Without log_bin_basename, there is no way to tell the location and name of the binary log. This is easily identifiable in MySQL:
Without these, you can only conform whether binlogging is enabled or not. |
| Comments |
| Comment by Chris Calender (Inactive) [ 2014-11-13 ] |
|
These variables were not listed in the report below, and it is "closed", hence this new bug report: |
| Comment by Elena Stepanova [ 2014-11-14 ] |
|
log-bin-basename is actually listed in Assigning to svoj who can probably remember why it was decided not to add it, and comment on log_bin_index as well. |
| Comment by Sergey Vojtovich [ 2015-01-13 ] |
|
MySQL revision-id is mats.kindahl@oracle.com-20101104144352-z7dy7e46jlexdfnw They should probably be added indeed. |
| Comment by Sergey Vojtovich [ 2015-02-10 ] |
|
knielsen, could you take this? Upstream patch is a bit more than just adding log_bin_basename and log_bin_index. I'm not sure if those changes are valuable. |
| Comment by Nirbhay Choubey (Inactive) [ 2015-05-08 ] |
|
http://lists.askmonty.org/pipermail/commits/2015-May/007829.html |
| Comment by Nirbhay Choubey (Inactive) [ 2015-06-09 ] |
|
Patch: KB entries:
|