Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3.15, 10.2(EOL), 10.3(EOL), 10.4(EOL)
-
None
-
Centos 7
Description
It seems the recently added variable eq-range-index-dive-limit cannot be configured in server cnf file.
In configuration file I have:
[mariadb]
|
eq_range_index_dive_limit=200
|
But the server starts up with message:
|
localhost.localdomain mysqld[14716]: 2019-05-13 23:02:08 0 [Warning] 'eq-range-index-dive-limit' is MySQL 5.6 / 5.7 compatible option. To be implemented in later versions.
|
and value is zero in server runtime variables
MariaDB [(none)]> show global variables like 'eq_range_index_dive_limit'\G
|
*************************** 1. row ***************************
|
Variable_name: eq_range_index_dive_limit
|
Value: 0
|
|
But setting it manually seems to work as expected.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Affects Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.3 [ 22126 ] | |
Affects Version/s | 10.4 [ 22408 ] |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Assignee | Varun Gupta [ varun ] |
Component/s | Optimizer [ 10200 ] | |
Fix Version/s | 10.2.25 [ 23408 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | Confirmed [ 10101 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 96725 ] | MariaDB v4 [ 156190 ] |