~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_alloc.h

  • Committer: Monty Taylor
  • Date: 2009-12-25 08:08:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225080825-r7qmhm2mswl0c4li
We have init_sql_alloc and init_alloc_root - and I can't tell the difference.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define DRIZZLED_SQL_ALLOC_H
22
22
 
23
23
#include <unistd.h>
 
24
#include "drizzled/memory/root.h"
24
25
 
25
 
typedef struct st_mem_root MEM_ROOT;
26
26
class Session;
27
27
 
28
28
void init_sql_alloc(MEM_ROOT *root, size_t block_size, size_t pre_alloc_size);