[MDEV-7377] the option malloc_version in document not exist in mariadb Created: 2014-12-26  Updated: 2015-01-09  Resolved: 2015-01-09

Status: Closed
Project: MariaDB Server
Component/s: Documentation
Affects Version/s: 10.0.12
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: 黄春晖 Assignee: Ian Gilfillan
Resolution: Fixed Votes: 0
Labels: None
Environment:

CentOS 6.4 ,



 Description   

In doc https://mariadb.com/kb/en/mariadb/documentation/optimization-and-tuning/system-variables/server-system-variables/#malloc_version

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

https://mariadb.com/kb/en/mariadb/documentation/optimization-and-tuning/system-variables/server-system-variables/#version_malloc_library

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)



 Comments   
Comment by Ian Gilfillan [ 2015-01-09 ]

"malloc_version" was an error, documentation updated.

Generated at Thu Feb 08 07:19:08 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.