Sunday, June 11, 2006

REFERENTIAL_CONSTRAINTS for the MySQL Information Schema Diagram

I just found out that MySQL 5.1.11 now has an implementation of the REFERENTIAL_CONSTRAINTS system view in the information_schema.

So, what can I do...Yeah, right...I just added it to the diagram of the MySQL 5.1 information schema.

Enjoy!

No comments:

DuckDB bag of tricks: Processing PGN chess games with DuckDB - Rolling up each game's lines into a single game row (6/6)

DuckDB bag of tricks is the banner I use on this blog to post my tips and tricks about DuckDB . This post is the sixth installment of a s...