~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.cc

  • Committer: Brian Aker
  • Date: 2008-11-04 15:39:09 UTC
  • mfrom: (575.1.2 devel)
  • Revision ID: brian@tangent.org-20081104153909-c72hn65udxs1ccal
Merge of Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  @param idx          index to scan
53
53
*/
54
54
 
55
 
void init_read_record_idx(READ_RECORD *info,
56
 
                          Session *session __attribute__((unused)),
57
 
                          Table *table,
 
55
void init_read_record_idx(READ_RECORD *info, Session *, Table *table,
58
56
                          bool print_error, uint32_t idx)
59
57
{
60
58
  empty_record(table);