~hartmut-php/drizzle/drizzle-bug622465

« back to all changes in this revision

Viewing changes to drizzled/table_ident.h

  • Committer: Patrick Crews
  • Date: 2010-08-19 23:23:15 UTC
  • mfrom: (1720.1.3 build)
  • Revision ID: gleebix@gmail.com-20100819232315-xcpbkwc5vz7kjhrp
Rollup patch - stewart's show create table patch + a couple of fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_TABLE_IDENT_H
22
22
#define DRIZZLED_TABLE_IDENT_H
23
23
 
 
24
#include "drizzled/session.h"
 
25
 
24
26
namespace drizzled
25
27
{
26
28