Percona Server for MySQL support

Applies to: Dataedo 9.x versions, Article available also for: 10.x (current), 8.x, 7.x
You are looking at documentation for an older release.
Switch to the documentation for Dataedo 10.x (current).

Supported versions

5.6, 5.7, 8.0.

Supported schema elements and metadata

Dataedo reads following metadata from Percona databases.

  • Tables
    • Columns
      • Data type with length
      • Nullable
      • Default value
      • Generated column formula
    • Primary keys
      • Columns
    • Unique indexes
      • Column
    • Foreign keys
      • Columns
    • Triggers
      • When triggered
      • Script
  • Views
    • Columns (see tables)
    • Script
  • Procedures
    • Script
    • Parameters
  • Functions
    • Script
    • Parameters
    • Returned value

Comments

Dataedo reads Percona comments from following objects:

  • Tables
    • Columns
    • Primary keys
    • Unique indexes
  • Views
    • Columns
  • Procedures
  • Functions

Dataedo does not write comments back to Percona.

Limitations

Following schema/metadata elements currently are not supported:

  • Check constraints (vote)
  • Non unique indexes (vote)
  • Dependencies

Connection:

  • SSL connection is currently not supported
Found issue with this article? Comment below
0
There are no comments. Click here to write the first comment.