Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5, 10.6, 10.2(EOL), 10.3(EOL), 10.4(EOL), 10.7(EOL)
-
None
Description
Not sure if this is intentional? I don't think it's an improvement ...!
MariaDB [(none)]> SHOW DATABASES;
|
+--------------------+
|
| Database |
|
+--------------------+
|
| information_schema |
|
| mysql |
|
| performance_schema |
|
| sys |
|
+--------------------+
|
4 rows in set (0.001 sec)
|
 |
MariaDB [(none)]> SHOW VARIABLES LIKE 'version%';
|
+-------------------------+---------------------------------------------------------+
|
| Variable_name | Value |
|
+-------------------------+---------------------------------------------------------+
|
| version | 10.8.0-MariaDB-ea9489536911b083c5e28b15c071cf6931247b7e |
|
| version_comment | mariadb.org binary distribution |
|
| version_compile_machine | x86_64 |
|
| version_compile_os | debian-linux-gnu |
|
| version_malloc_library | system |
|
| version_source_revision | ea9489536911b083c5e28b15c071cf6931247b7e |
|
| version_ssl_library | OpenSSL 1.1.1f 31 Mar 2020 |
|
+-------------------------+---------------------------------------------------------+
|
7 rows in set (0.002 sec)
|
Note: If using the mariadb 10.8 CLI the columns are left-aligned. The above is using mariadb CLI from 10.5.
Attachments
Issue Links
- is duplicated by
-
MDEV-27933 setting the version system server variable changes type of VERSION()
- Closed