Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-7377

the option malloc_version in document not exist in mariadb

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 10.0.12
    • N/A
    • Documentation
    • None
    • 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)

      Attachments

        Activity

          People

            greenman Ian Gilfillan
            alexkim 黄春晖
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.