~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unique.h

  • Committer: Mark Atwood
  • Date: 2011-04-29 00:19:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2297.
  • Revision ID: me@mark.atwood.name-20110429001938-ps5i74hzcic7dvr3
Merge in Fixes of Brian's IOCACHE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
namespace internal
36
36
{
37
 
typedef struct st_io_cache IO_CACHE;
 
37
struct st_io_cache;
38
38
}
39
39
 
40
40
class Unique : public memory::SqlAlloc