lp:~stewart/drizzle/discovery

Created by Stewart Smith and last modified
Get this branch:
bzr branch lp:~stewart/drizzle/discovery
Only Stewart Smith can upload to this branch. If you are Stewart Smith please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Stewart Smith
Project:
Drizzle
Status:
Abandoned

Recent revisions

1062. By Stewart Smith

Move building plugin/metadata_store.cc to just part of drizzled as per Monty Taylor's review.

1061. By Stewart Smith

merge mainline

1060. By Stewart Smith

Add ARCHIVE MetadataStore. Allowing ARCHIVE to only have ARZ files on disk.

We also move around some places where we're manipulating protos to make it work.

1059. By Stewart Smith

move some proto manipulation code around to enable an engine with a metadata store to do its own thing.

In not-too-distant future, the proto manipulation functions will be replace with MetadataStore calls.

1058. By Stewart Smith

Pass table proto to ha_create_table and down to engine through StorageEngine::createTableImpl()

Re-Add support for ARCHIVE writing the FRM (well, now table proto) into ARZ data file header.

For ha_create_table, we only write the DFE iff the StorageEngine doesn't have its own MetadataStore.
If it does, then we assume that the StorageEngine::createTable stores the table proto so we can get
it through the Engine's MetadataStore::table_lookup() and friends.

1057. By Stewart Smith

Remove copy_table_proto_file and replace with reading proto and writing out again. In preparation for storing table proto in engine with createTable() or in metadata store if engine doesn't have its own.

1056. By Stewart Smith

sep filling table proto with writing table proto to disk

1055. By Stewart Smith

Move ha_create_table prototype to correct file: storage_engine.h

1054. By Stewart Smith

remove table_proto_exists and replace with get_table_metadata

1053. By Stewart Smith

merge mainline

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar RepositoryFormatKnitPack6 (bzr 1.9)
Stacked on:
lp:~drizzle-trunk/drizzle/development
This branch contains Public information 
Everyone can see this information.

Subscribers