Bug #17311 Typo in Table Maintenance page
Submitted: 10 Feb 2006 21:37 Modified: 21 Jul 2006 12:40
Reporter: MacJo Cherian Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version:1.0.17 OS:Windows (Win)
Assigned to: Michael G. Zinner CPU Architecture:Any
Tags: Catalog

[10 Feb 2006 21:37] MacJo Cherian
Description:
Typo in the popup wizard.

How to repeat:
Steps:
1. Launch MySQL Administrator
2. Select Catalogs
3. Select your Schemata, Select a table
4. Hit Maintenance button
5. Select 'Check Tables' radion button, Hit Next>>
6. Under the discription of 'Medium' radio button, a typo. 
Current:     "table is 100% conistent"
ShouldBe:   "table is 100% consistent"
[11 Feb 2006 3:03] MySQL Verification Team
verified with todays svn source.

From mysql-administrator/source/windows/AdminCatalogTableCheck.dfm

"object Label11: TTntLabel
          Left = 146
          Top = 172
          Width = 290
          Height = 26
          AutoSize = False
          Caption = 
            'Do a full key lookup for all keys for each row. This ensures tha' +
            't the table is 100% conistent, but will take a long time.'
          WordWrap = True
        end"
[21 Jul 2006 12:40] Michael G. Zinner
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.

If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at

    http://www.mysql.com/doc/en/Installing_source_tree.html