~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/storage_engine_api_tester/plugin.ini

  • Committer: Stewart Smith
  • Date: 2010-10-20 02:34:40 UTC
  • mto: (1819.5.291 update-innobase)
  • mto: This revision was merged to the branch mainline in revision 1890.
  • Revision ID: stewart@flamingspork.com-20101020023440-fafaa9bbk0k2f5vb
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=Storage Engine API Tester
 
3
description=Test engine that enforces SE API calling conventions very strictly
 
4
sources=storage_engine_api_tester.cc
 
 
b'\\ No newline at end of file'