Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5.8, 10.5
-
None
Description
It is reported by one of our customers the my_print_defaults -e option is not working with MariaDB server 10.5
Here are the test results:
At MariaDB server 10.4.17, my_print_defaults -e giving the required output. Whereas at MariaDB server 10.5.x, -e option is not working instead has to specify --defaults-extra-file (alias).
/root/my.cnf
[mariadb-10.4]
|
key_buffer_size=20M
|
max_allowed_packet=250M
|
table_open_cache=1000
|
table_definition_cache=2000
|
read_buffer_size=1M
|
thread_cache_size=8
|
max_connections=1024
|
long_query_time=60
|
slow_query_log=1
|
[root@test001 ~]# mysql --version
|
mysql Ver 15.1 Distrib 10.4.17-MariaDB, for Linux (x86_64) using readline 5.1
|
|
[root@test001 ~]# my_print_defaults -e /root/my.cnf --mysqld mysql.server
|
--key_buffer_size=20M
|
--max_allowed_packet=250M
|
--table_open_cache=1000
|
--table_definition_cache=2000
|
--read_buffer_size=1M
|
--thread_cache_size=8
|
--max_connections=1024
|
--long_query_time=60
|
--slow_query_log=1
|
/root/my.cnf
[mariadb-10.5]
|
key_buffer_size=20M
|
max_allowed_packet=250M
|
table_open_cache=1000
|
table_definition_cache=2000
|
read_buffer_size=1M
|
thread_cache_size=8
|
max_connections=1024
|
long_query_time=60
|
slow_query_log=1
|
[root@test001 ~]# mysql --version
|
mysql Ver 15.1 Distrib 10.5.8-MariaDB, for Linux (x86_64) using readline 5.1
|
[root@test001 ~]#
|
[root@test001 ~]# my_print_defaults -e /root/my.cnf --mysqld mysql.server
|
[root@test001 ~]# my_print_defaults --defaults-extra-file=/root/my.cnf --mysqld mysql.server
|
--key_buffer_size=20M
|
--max_allowed_packet=250M
|
--table_open_cache=1000
|
--table_definition_cache=2000
|
--read_buffer_size=1M
|
--thread_cache_size=8
|
--max_connections=1024
|
--long_query_time=60
|
--slow_query_log=1
|
Attachments
Issue Links
- relates to
-
MDEV-25908 -e does not work for my_print_defaults
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
It is reported by one of our customers the my_print_defaults -e option is not working with MariaDB server 10.5
Here are the test results: At MariaDB server 10.4.17, my_print_defaults -e giving the required output. Whereas at MariaDB server 10.5.x, -e option is not working instead has to specify --defaults-extra-file (alias). /root/my.cnf [mariadb-10.4] key_buffer_size=20M max_allowed_packet=250M table_open_cache=1000 table_definition_cache=2000 read_buffer_size=1M thread_cache_size=8 max_connections=1024 long_query_time=60 slow_query_log=1 [root@test001 ~]# mysql --version mysql Ver 15.1 Distrib 10.4.17-MariaDB, for Linux (x86_64) using readline 5.1 [root@test001 ~]# my_print_defaults -e /root/my.cnf --mysqld mysql.server --key_buffer_size=20M --max_allowed_packet=250M --table_open_cache=1000 --table_definition_cache=2000 --read_buffer_size=1M --thread_cache_size=8 --max_connections=1024 --long_query_time=60 --slow_query_log=1 /root/my.cnf [mariadb-10.5] key_buffer_size=20M max_allowed_packet=250M table_open_cache=1000 table_definition_cache=2000 read_buffer_size=1M thread_cache_size=8 max_connections=1024 long_query_time=60 slow_query_log=1 [root@test001 ~]# mysql --version mysql Ver 15.1 Distrib 10.5.8-MariaDB, for Linux (x86_64) using readline 5.1 [root@test001 ~]# [root@test001 ~]# my_print_defaults -e /root/my.cnf --mysqld mysql.server [root@test001 ~]# my_print_defaults --defaults-extra-file=/root/my.cnf --mysqld mysql.server --key_buffer_size=20M --max_allowed_packet=250M --table_open_cache=1000 --table_definition_cache=2000 --read_buffer_size=1M --thread_cache_size=8 --max_connections=1024 --long_query_time=60 --slow_query_log=1 |
It is reported by one of our customers the my_print_defaults -e option is not working with MariaDB server 10.5
Here are the test results: At MariaDB server 10.4.17, my_print_defaults -e giving the required output. Whereas at MariaDB server 10.5.x, -e option is not working instead has to specify --defaults-extra-file (alias). /root/my.cnf {noformat} [mariadb-10.4] key_buffer_size=20M max_allowed_packet=250M table_open_cache=1000 table_definition_cache=2000 read_buffer_size=1M thread_cache_size=8 max_connections=1024 long_query_time=60 slow_query_log=1 {noformat} {noformat} [root@test001 ~]# mysql --version mysql Ver 15.1 Distrib 10.4.17-MariaDB, for Linux (x86_64) using readline 5.1 [root@test001 ~]# my_print_defaults -e /root/my.cnf --mysqld mysql.server --key_buffer_size=20M --max_allowed_packet=250M --table_open_cache=1000 --table_definition_cache=2000 --read_buffer_size=1M --thread_cache_size=8 --max_connections=1024 --long_query_time=60 --slow_query_log=1 {noformat} /root/my.cnf {noformat} [mariadb-10.5] key_buffer_size=20M max_allowed_packet=250M table_open_cache=1000 table_definition_cache=2000 read_buffer_size=1M thread_cache_size=8 max_connections=1024 long_query_time=60 slow_query_log=1 {noformat} {noformat} [root@test001 ~]# mysql --version mysql Ver 15.1 Distrib 10.5.8-MariaDB, for Linux (x86_64) using readline 5.1 [root@test001 ~]# [root@test001 ~]# my_print_defaults -e /root/my.cnf --mysqld mysql.server [root@test001 ~]# my_print_defaults --defaults-extra-file=/root/my.cnf --mysqld mysql.server --key_buffer_size=20M --max_allowed_packet=250M --table_open_cache=1000 --table_definition_cache=2000 --read_buffer_size=1M --thread_cache_size=8 --max_connections=1024 --long_query_time=60 --slow_query_log=1 {noformat} |
Assignee | Elena Stepanova [ elenst ] |
Component/s | Scripts & Clients [ 11002 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Affects Version/s | 10.5 [ 23123 ] | |
Assignee | Elena Stepanova [ elenst ] | Sergei Golubchik [ serg ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Assignee | Sergei Golubchik [ serg ] | Rucha Deodhar [ rucha174 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Priority | Critical [ 2 ] | Major [ 3 ] |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Assignee | Rucha Deodhar [ rucha174 ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Rucha Deodhar [ rucha174 ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Link |
This issue relates to |
Assignee | Rucha Deodhar [ rucha174 ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Sergei Golubchik [ serg ] | Rucha Deodhar [ rucha174 ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Rucha Deodhar [ rucha174 ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Sergei Golubchik [ serg ] | Rucha Deodhar [ rucha174 ] |
Fix Version/s | 10.5.12 [ 26025 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.5.12 [ 26025 ] |
Fix Version/s | 10.5.12 [ 26025 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.5.12 [ 26025 ] |
Priority | Critical [ 2 ] | Major [ 3 ] |
Fix Version/s | 10.5.12 [ 26025 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 115947 ] | MariaDB v4 [ 158603 ] |
Zendesk Related Tickets | 183102 |