~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_ident.h

  • Committer: Monty Taylor
  • Date: 2009-12-25 09:11:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225091155-4edipjfiffzu37oy
Moved sql_alloc into memory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define DRIZZLED_TABLE_IDENT_H
23
23
 
24
24
/* Structure for db & table in sql_yacc */
25
 
class Table_ident :public Sql_alloc
 
25
class Table_ident :public drizzled::memory::SqlAlloc
26
26
{
27
27
public:
28
28
  LEX_STRING db;