~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2011-01-22 18:52:16 UTC
  • mfrom: (2098.4.1 catalogs)
  • Revision ID: brian@tangent.org-20110122185216-18and6vncipd7x72
Session encapsulation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
665
665
                         int *timestamps, int *timestamps_with_niladic);
666
666
 
667
667
bool create_table(Session *session,
668
 
                        const identifier::Table &identifier,
669
 
                        HA_CREATE_INFO *create_info,
670
 
                        message::Table &table_proto,
671
 
                        AlterInfo *alter_info,
672
 
                        bool tmp_table, uint32_t select_field_count,
673
 
                        bool is_if_not_exists);
 
668
                  const identifier::Table &identifier,
 
669
                  HA_CREATE_INFO *create_info,
 
670
                  message::Table &table_proto,
 
671
                  AlterInfo *alter_info,
 
672
                  bool tmp_table, uint32_t select_field_count,
 
673
                  bool is_if_not_exists);
674
674
 
675
675
bool create_table_no_lock(Session *session,
676
 
                                const identifier::Table &identifier,
677
 
                                HA_CREATE_INFO *create_info,
678
 
                                message::Table &table_proto,
679
 
                                AlterInfo *alter_info,
680
 
                                bool tmp_table, uint32_t select_field_count,
681
 
                                bool is_if_not_exists);
 
676
                          const identifier::Table &identifier,
 
677
                          HA_CREATE_INFO *create_info,
 
678
                          message::Table &table_proto,
 
679
                          AlterInfo *alter_info,
 
680
                          bool tmp_table, uint32_t select_field_count,
 
681
                          bool is_if_not_exists);
682
682
 
683
683
bool create_like_table(Session* session,
684
684
                       identifier::Table::const_reference destination_identifier,