~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/client.c

  • Committer: Monty Taylor
  • Date: 2008-10-29 09:34:45 UTC
  • mto: (520.4.24 devel)
  • mto: This revision was merged to the branch mainline in revision 567.
  • Revision ID: monty@inaugust.com-20081029093445-uz2esx9qfpezv4dm
Removed common.h from common_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
      len-=2;
132
132
      if (pos[0] == '#')
133
133
      {
134
 
        strncpy(net->sqlstate, pos+1, SQLSTATE_LENGTH);
135
 
        pos+= SQLSTATE_LENGTH+1;
 
134
        strncpy(net->sqlstate, pos+1, LIBDRIZZLE_SQLSTATE_LENGTH);
 
135
        pos+= LIBDRIZZLE_SQLSTATE_LENGTH+1;
136
136
      }
137
137
      else
138
138
      {