Friday, September 12, 2008

The employees test database in the official MySQL docs, and Drizzle ready!


employees database schema

The Employees test database , one of my pet projects, has been included in the official MySQL documentation. Thanks to M.C. Brown for the effort.
And since I mentioned this subject, there are two additions:
  • the schema now supports partitioning. Instead of using employees.sql, load the data via employees_partitioned.sql
  • the schema has been altered to be used with Drizzle. The test script works with Drizzle if you compile the MD5 plugin and load it at startup.

No comments: