Bug #30297 Query Browser 1.1.20 doesnt detect Table Storage Engine BerkleyDB
Submitted: 8 Aug 2007 9:27 Modified: 11 Sep 2007 6:24
Reporter: Ruud Kaufman Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.20 OS:Windows
Assigned to: CPU Architecture:Any
Tags: BerkleyDB, query browser

[8 Aug 2007 9:27] Ruud Kaufman
Description:
When a table's engine is set to BerkleyDB and edit the table options. Query Browser detects the table is MyISAM. 

How to repeat:
Edit an exisiting table
Go to 'Table options' tab
Set Table Engine to BerkelyDB. 
Apply changes
Close form
Reopen the tab 'Table Options'
Table Engine is MyISAM is marked

Suggested fix:
Obvious...
[8 Aug 2007 9:37] Sveta Smirnova
Thank you for the report.

But version 1.1.20 is quite old. Please upgrade to current version 1.2.12, try with it and say us result.
[8 Aug 2007 11:14] MySQL Verification Team
Could you please provide the output of the below command within the
mysql client:

Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.0.45-community-nt MySQL Community Edition (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show variables like "have_bdb";
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| have_bdb      | NO    |
+---------------+-------+
1 row in set (0.00 sec)

mysql>
[8 Sep 2007 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[11 Sep 2007 6:24] Ruud Kaufman
Works fine in 1.1.21