~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2009-12-08 18:42:12 UTC
  • mto: (1240.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 1241.
  • Revision ID: brian@gaz-20091208184212-xq1or04vwli3i6l5
Cleanup white space.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
 
175
175
namespace drizzled { namespace optimizer { class SqlSelect; } }
176
176
 
177
 
ha_rows filesort(Session *session, 
 
177
ha_rows filesort(Session *session,
178
178
                 Table *form,
179
179
                 struct st_sort_field *sortorder,
180
 
                             uint32_t s_length, 
 
180
                             uint32_t s_length,
181
181
                 drizzled::optimizer::SqlSelect *select,
182
 
                             ha_rows max_rows, 
 
182
                             ha_rows max_rows,
183
183
                 bool sort_positions,
184
184
                 ha_rows *examined_rows);
185
185