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 Performance: min, max, and median vs quantile

I was playing with some classical statistics in DuckDB and I ran into something I'd like to share. It's about the measures minimum,...