Difference between revisions of "Database/Drivers/MySQL Native/Known Problems"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Removing all content from page)
Line 1: Line 1:
 +
This page lists the currently known problems with the MySQL Native Driver, aka MySQL Connector/OOo.
  
 +
 +
== Empty schemata not shown ==
 +
 +
Create an empty schemata/database. Create a new Base database which connects to an empty MySQL database. The MySQL database is not shown.
 +
 +
Reason: OOo calls getTables() - no tables - schema not displayed. Setting might even be cached - verify that database becomes visible after creating table (from mysql prompt) in schema.
 +
 +
Severity: <span style="background-color:#f0ee00; padding:3px">desired</span>

Revision as of 08:02, 8 January 2009

This page lists the currently known problems with the MySQL Native Driver, aka MySQL Connector/OOo.


Empty schemata not shown

Create an empty schemata/database. Create a new Base database which connects to an empty MySQL database. The MySQL database is not shown.

Reason: OOo calls getTables() - no tables - schema not displayed. Setting might even be cached - verify that database becomes visible after creating table (from mysql prompt) in schema.

Severity: desired

Personal tools