Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0.12
-
None
-
CentOS 6.4 ,
Description
malloc_version
Description: Version of the used malloc library.
Scope: Global
Dynamic: No
Data Type: string
Introduced: MariaDB 10.0.8
but in mariadb ,no such option can find !
and i also find the same description but different option exist
version_malloc_library
Commandline: No
Description: Version of the used malloc library
Scope: Global
Dynamic: No
Type: string
Introduced: MariaDB 10.0.8
Mariadb (none)|mysql99.sock >select version(); |
+---------------------+ |
| version() |
|
+---------------------+ |
| 10.0.12-MariaDB-log |
|
+---------------------+ |
1 row in set (0.00 sec) |
|
|
Mariadb (none)|mysql99.sock >show variables like 'malloc_version'; |
Empty set (0.00 sec) |