~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_ident.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-15 20:03:35 UTC
  • mto: (2239.2.1 build)
  • mto: This revision was merged to the branch mainline in revision 2240.
  • Revision ID: olafvdspek@gmail.com-20110315200335-hgrhrflw2nj1lxgr
Refactor includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/memory/sql_alloc.h>
25
25
#include <drizzled/util/test.h>
26
26
 
27
 
namespace drizzled
28
 
{
 
27
namespace drizzled {
 
28
 
 
29
class Select_Lex_Unit;
29
30
 
30
31
extern char empty_c_string[1];
31
32
extern char internal_table_name[2];