~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Stewart Smith
  • Date: 2009-05-19 06:17:12 UTC
  • mto: (991.1.9 for-brian)
  • mto: This revision was merged to the branch mainline in revision 1033.
  • Revision ID: stewart@flamingspork.com-20090519061712-jzgoaro57k2hla7c
remove unused (originally only in ha_partition, but should really be part of ha_create there too) ha_create_handler_files

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
                     HA_CREATE_INFO *create_info,
141
141
                     List<Create_field> &create_field,
142
142
                     uint32_t key_count,KEY *key_info,
143
 
                     handler *file, bool is_like);
 
143
                     bool is_like);
144
144
 
145
145
 
146
146
#if defined(__cplusplus)