~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Olaf van der Spek
  • Date: 2011-10-17 21:54:16 UTC
  • mfrom: (2440.3.1 rf)
  • mto: This revision was merged to the branch mainline in revision 2442.
  • Revision ID: olafvdspek@gmail.com-20111017215416-vqk97rkutm3hujjz
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
312
312
    return 1;
313
313
  lex_string_t ident;
314
314
  ident.assign(name, length);
315
 
  return check_identifier_name(&ident);
 
315
  return check_identifier_name(ident);
316
316
}
317
317
 
318
318