~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/records.cc

  • Committer: Monty Taylor
  • Date: 2008-07-09 16:33:52 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: monty@inaugust.com-20080709163352-yv7jbu81frc1l4ec
Finished the warnings 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, THD *thd, TABLE *table,
 
55
void init_read_record_idx(READ_RECORD *info,
 
56
                          THD *thd __attribute__((__unused__)),
 
57
                          TABLE *table,
56
58
                          bool print_error, uint idx)
57
59
{
58
60
  empty_record(table);