~drizzle-trunk/drizzle/development

1960.1.5 by Brian Aker
Merging in the first pass through the catalog work.
1
SELECT IF(MODULE_VERSION, "YES", "NO") FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME="Catalog System";
2
IF(MODULE_VERSION, "YES", "NO")
1960.1.6 by Brian Aker
Adding in the engine interface. The filesystem catalog will now handle
3
YES