~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/libdrizzle.c

  • Committer: Brian Aker
  • Date: 2008-07-15 06:45:16 UTC
  • Revision ID: brian@tangent.org-20080715064516-fnbq7kowh7w57bxj
Merge Monty's code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
  if (mysql_init_character_set(mysql))
368
368
  {
369
369
    mysql->charset= saved_cs;
370
 
    DBUG_RETURN(TRUE);
 
370
    DBUG_RETURN(true);
371
371
  }
372
372
 
373
373
  /* Use an empty string instead of NULL. */