Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0.14
-
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.
Attachments
Issue Links
- blocks
-
MDEV-7903 xtrabackup SST failing with maria-10.0-galera
- Closed
- relates to
-
MDEV-18885 log_bin_basename config option is missing in 10.2 series
- Closed
-
MDEV-5277 Ensure that all MySQL 5.6 options are supported by the MariaDB 10.0 server
- Closed