~drizzle-trunk/drizzle/development

1860.2.2 by Stewart Smith
add initial implementation of storage_engine_api_tester. It's a storage engine with a bunch of asserts on state transations to test that the upper layer is calling the StorageEngine API correctly.
1
[plugin]
2
title=Storage Engine API Tester
3
description=Test engine that enforces SE API calling conventions very strictly
2077.3.1 by Stewart Smith
add storing of history of engine states to storage_engine_api_tester. We get a DATA_DICTIONARY table that lists the states and a function to clear it.
4
sources=storage_engine_api_tester.cc engine_states.cc cursor_states.cc engine_state_history.cc
5
headers=engine_state_history.h
1860.2.14 by Stewart Smith
in Storage Engine API Tester: add cursor_states_to_dot utility
6
load_by_default=no
2077.3.1 by Stewart Smith
add storing of history of engine states to storage_engine_api_tester. We get a DATA_DICTIONARY table that lists the states and a function to clear it.
7
static=no