~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_ident.h

  • Committer: Jay Pipes
  • Date: 2009-03-19 23:04:21 UTC
  • mto: This revision was merged to the branch mainline in revision 957.
  • Revision ID: jpipes@serialcoder-20090319230421-x7yfjzfy34aon7uj
Move Foreign_key implementation into its own implementation file and out of session.cc

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
 
 
25
 
 
26
24
/* Structure for db & table in sql_yacc */
27
 
 
28
25
class Table_ident :public Sql_alloc
29
26
{
30
27
public: