Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 10.0.14
-
Fix Version/s: 10.1.6
-
Component/s: Replication
-
Labels:None
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:
mysql> show global variables like 'log_bin%'; +---------------------------------+---------------------------------------------------------------------+ | Variable_name | Value | +---------------------------------+---------------------------------------------------------------------+ | log_bin | ON | | log_bin_basename | C:\Program Files\MySQL\MySQL Server 5.6\Data\chris-laptop-bin | | log_bin_index | C:\Program Files\MySQL\MySQL Server 5.6\Data\chris-laptop-bin.index |
Without these, you can only conform whether binlogging is enabled or not.
Gliffy Diagrams
Attachments
Issue Links
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
These variables were not listed in the report below, and it is "closed", hence this new bug report:
https://mariadb.atlassian.net/browse/MDEV-5277