~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2009-11-21 02:00:39 UTC
  • mto: (1226.1.4 push)
  • mto: This revision was merged to the branch mainline in revision 1228.
  • Revision ID: brian@gaz-20091121020039-2h9ze1wfz2lby2y2
Table Identifier patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/xid.h>
24
24
#include <drizzled/discrete_interval.h>
 
25
#include <drizzled/table_identifier.h>
25
26
 
26
27
/* Definitions for parameters to do with Cursor-routines */
27
28
 
845
846
                         int *timestamps, int *timestamps_with_niladic,
846
847
                         int64_t table_flags);
847
848
 
848
 
bool mysql_create_table(Session *session,const char *db, const char *table_name,
 
849
bool mysql_create_table(Session *session,
 
850
                        drizzled::TableIdentifier &identifier,
849
851
                        HA_CREATE_INFO *create_info,
850
852
                        drizzled::message::Table *table_proto,
851
853
                        AlterInfo *alter_info,