~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/client.c

  • Committer: Monty Taylor
  • Date: 2008-09-14 00:14:42 UTC
  • mto: This revision was merged to the branch mainline in revision 387.
  • Revision ID: monty@inaugust.com-20080914001442-09k3yuht4gopk0t6
Reworked drizzle_escape_string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* - mode: c; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2008 MySQL
 
4
 *  Copyright (C) 2008 Sun Microsystems
5
5
 *
6
6
 *  This program is free software; you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
1077
1077
  else
1078
1078
  {
1079
1079
    free_charsets();
1080
 
    drizzle_thread_end();
1081
1080
  }
1082
1081
 
1083
1082
  drizzle_client_init= org_my_init_done= 0;
1084
 
#ifdef EMBEDDED_SERVER
1085
 
  if (stderror_file)
1086
 
  {
1087
 
    fclose(stderror_file);
1088
 
    stderror_file= 0;
1089
 
  }
1090
 
#endif
1091
1083
}
1092
1084
 
1093
1085