~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/libdrizzle.c

  • Committer: Brian Aker
  • Date: 2008-07-11 17:17:17 UTC
  • mfrom: (77.1.79 codestyle)
  • Revision ID: brian@tangent.org-20080711171717-039qp03g93w70rlq
MergeĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1201
1201
  char *to;
1202
1202
#ifdef USE_MB
1203
1203
  my_bool use_mb_flag=use_mb(mysql->charset);
1204
 
  char *end;
 
1204
  char *end=NULL;
1205
1205
  if (use_mb_flag)
1206
1206
    for (end=name; *end ; end++) ;
1207
1207
#endif