~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/keycache.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-12 16:41:20 UTC
  • mto: This revision was merged to the branch mainline in revision 2398.
  • Revision ID: olafvdspek@gmail.com-20110812164120-uu21idtt9a9sa92e
cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
struct st_hash_link;
40
40
typedef struct st_hash_link HASH_LINK;
41
41
 
42
 
namespace drizzled
43
 
{
44
 
namespace internal
45
 
{
46
 
typedef uint64_t my_off_t;
47
 
struct st_my_thread_var;
 
42
namespace drizzled {
 
43
 
 
44
namespace internal 
 
45
{
 
46
  typedef uint64_t my_off_t;
 
47
  struct st_my_thread_var;
48
48
}
49
49
 
50
50
/* info about requests in a waiting queue */