~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/records.cc

  • Committer: Brian Aker
  • Date: 2008-07-26 18:39:33 UTC
  • mfrom: (212.1.3 codestyle)
  • Revision ID: brian@tangent.org-20080726183933-hueup0fcy2zs1hug
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
*/
54
54
 
55
55
void init_read_record_idx(READ_RECORD *info,
56
 
                          THD *thd __attribute__((__unused__)),
 
56
                          THD *thd __attribute__((unused)),
57
57
                          TABLE *table,
58
58
                          bool print_error, uint idx)
59
59
{