~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Brian Aker
  • Date: 2010-08-09 18:29:06 UTC
  • mto: (1698.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1699.
  • Revision ID: brian@gaz-20100809182906-t0ms7gpnz89vieow
Move more of MyISAM out to MyISAM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
namespace drizzled
41
41
{
42
42
 
43
 
typedef struct st_key_cache KEY_CACHE;
44
 
 
45
 
 
46
43
namespace plugin
47
44
{
48
45
class StorageEngine;