~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

  • Committer: Brian Aker
  • Date: 2008-10-06 05:57:49 UTC
  • Revision ID: brian@tangent.org-20081006055749-svg700gciuqi0zu1
Remove all of uchar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
419
419
extern "C" int refpos_order_cmp(void* arg, const void *a,const void *b)
420
420
{
421
421
  handler *file= (handler*)arg;
422
 
  return file->cmp_ref((const uchar*)a, (const uchar*)b);
 
422
  return file->cmp_ref((const unsigned char*)a, (const unsigned char*)b);
423
423
}
424
424
 
425
425
/*