<?xml version="1.0" encoding="utf-8"?>
<launchpad-bug id="702084">
  <date_last_updated>2011-10-28 09:02:18.145949+00:00</date_last_updated>
  <api_links>
    <bug_api_link>https://api.launchpad.net/1.0/bugs/702084</bug_api_link>
    <bug_owner_link>https://api.launchpad.net/1.0/~oli-sennhauser</bug_owner_link>
    <milestone_link>https://api.launchpad.net/1.0/maria/+milestone/5.2</milestone_link>
    <linked_branches_collection_link>https://api.launchpad.net/1.0/bugs/702084/linked_branches</linked_branches_collection_link>
    <activity_link>https://api.launchpad.net/1.0/bugs/702084/activity</activity_link>
  </api_links>
  <bug_web_link>https://bugs.launchpad.net/bugs/702084</bug_web_link>
  <owner>shinguz</owner>
  <assignee>Sergei</assignee>
  <milestone_title>Maria 5.2</milestone_title>
  <duplicate_link></duplicate_link>
  <duplicate_bug_id></duplicate_bug_id>
  <title>myisam_block_size is not reported in SHOW GLOBAL VARIABLES</title>
  <status>Fix Released</status>
  <importance>Wishlist</importance>
  <created>2011-01-12 19:52:37.230053+00:00</created>
  <description>
<![CDATA[When we were playing around with the various MyISAM features we found that the server option myisam_block_size is not reported at all in the output of SHOW GLOBAL VARIABLES.

This was already discussed in bug #33098 http://bugs.mysql.com/bug.php?id=33098 but never fixed.

And from the user point of view I do not care if this is a variable or an option. I just want to see it in show global variables.

I was looking in the code to see if I can write a patch. But I have not found the reason, why this server option is not displayed but others are:

mysqld.cc

    741 static ulong opt_specialflag, opt_myisam_block_size;

   7195   {"myisam_block_size", OPT_MYISAM_BLOCK_SIZE,
   7196    "Block size to be used for MyISAM index pages.",
   7197    &opt_myisam_block_size, &opt_myisam_block_size, 0, GET_ULONG, REQUIRED_ARG,
   7198    MI_KEY_BLOCK_LENGTH, MI_MIN_KEY_BLOCK_LENGTH, MI_MAX_KEY_BLOCK_LENGTH,
   7199    0, MI_MIN_KEY_BLOCK_LENGTH, 0},

   9201   myisam_block_size=(uint) 1 << my_bit_log2(opt_myisam_block_size);

I hope somebody takes care about?]]>  </description>
  <activities>
    <activity datechanged="2011-01-12T19:52:37.230053+00:00">
      <oldvalue>
<![CDATA[]]>      </oldvalue>
      <newvalue>
<![CDATA[]]>      </newvalue>
      <whatchanged>bug</whatchanged>
      <person>shinguz</person>
      <message>added bug</message>
    </activity>
    <activity datechanged="2011-03-02T18:55:37.934897+00:00">
      <oldvalue>
<![CDATA[New]]>      </oldvalue>
      <newvalue>
<![CDATA[Confirmed]]>      </newvalue>
      <whatchanged>maria: status</whatchanged>
      <person>Sergei</person>
      <message></message>
    </activity>
    <activity datechanged="2011-03-02T18:55:41.870994+00:00">
      <oldvalue>
<![CDATA[Undecided]]>      </oldvalue>
      <newvalue>
<![CDATA[Wishlist]]>      </newvalue>
      <whatchanged>maria: importance</whatchanged>
      <person>Sergei</person>
      <message></message>
    </activity>
    <activity datechanged="2011-03-02T20:24:42.390003+00:00">
      <oldvalue>
<![CDATA[]]>      </oldvalue>
      <newvalue>
<![CDATA[Sergei (sergii)]]>      </newvalue>
      <whatchanged>maria: assignee</whatchanged>
      <person>Sergei</person>
      <message></message>
    </activity>
    <activity datechanged="2011-03-02T20:24:49.018026+00:00">
      <oldvalue>
<![CDATA[]]>      </oldvalue>
      <newvalue>
<![CDATA[5.2]]>      </newvalue>
      <whatchanged>maria: milestone</whatchanged>
      <person>Sergei</person>
      <message></message>
    </activity>
    <activity datechanged="2011-03-28T10:42:24.460913+00:00">
      <oldvalue>
<![CDATA[]]>      </oldvalue>
      <newvalue>
<![CDATA[lp:~maria-captains/maria/5.2-serg]]>      </newvalue>
      <whatchanged>branch linked</whatchanged>
      <person>Launchpad Janitor</person>
      <message></message>
    </activity>
    <activity datechanged="2011-03-29T14:45:56.349222+00:00">
      <oldvalue>
<![CDATA[]]>      </oldvalue>
      <newvalue>
<![CDATA[lp:maria/5.2]]>      </newvalue>
      <whatchanged>branch linked</whatchanged>
      <person>Launchpad Janitor</person>
      <message></message>
    </activity>
    <activity datechanged="2011-03-29T17:59:54.121007+00:00">
      <oldvalue>
<![CDATA[Confirmed]]>      </oldvalue>
      <newvalue>
<![CDATA[Fix Committed]]>      </newvalue>
      <whatchanged>maria: status</whatchanged>
      <person>Sergei</person>
      <message></message>
    </activity>
    <activity datechanged="2011-10-28T09:02:17.499666+00:00">
      <oldvalue>
<![CDATA[Fix Committed]]>      </oldvalue>
      <newvalue>
<![CDATA[Fix Released]]>      </newvalue>
      <whatchanged>maria: status</whatchanged>
      <person>Sergei</person>
      <message></message>
    </activity>
  </activities>
  <branches>
    <branch>lp:~maria-captains/maria/5.2-bad</branch>
    <branch>lp:maria/5.2</branch>
  </branches>
</launchpad-bug>
