~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Brian Aker
  • Date: 2009-10-16 10:27:33 UTC
  • mfrom: (1183.1.4 merge)
  • Revision ID: brian@gaz-20091016102733-b10po5oup0hjlilh
MergeĀ EngineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
      alter_info                List of columns and indexes to create
71
71
      tmp_table                 If a temporary table is to be created.
72
72
      db_options          INOUT Table options (like HA_OPTION_PACK_RECORD).
73
 
      file                      The handler for the new table.
 
73
      file                      The Cursor for the new table.
74
74
      key_info_buffer     OUT   An array of KEY structs for the indexes.
75
75
      key_count           OUT   The number of elements in the array.
76
76
      select_field_count        The number of fields coming from a select table.
90
90
                               AlterInfo *alter_info,
91
91
                               bool tmp_table,
92
92
                               uint32_t *db_options,
93
 
                               handler *file,
 
93
                               Cursor *file,
94
94
                               KEY **key_info_buffer,
95
95
                               uint32_t *key_count,
96
96
                               int select_field_count);