~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/errmsg.h

  • Committer: Monty Taylor
  • Date: 2008-09-13 22:54:18 UTC
  • mto: This revision was merged to the branch mainline in revision 387.
  • Revision ID: monty@inaugust.com-20080913225418-jozy76i98mep03by
Removed some mysys from net_serv.c.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
  CR_SERVER_LOST_SETTING_DB    =2059,
97
97
 
98
98
  CR_STMT_CLOSED  =2060,
 
99
 
 
100
  CR_NET_UNCOMPRESS_ERROR= 2061,
 
101
  CR_NET_READ_ERROR= 2062,
 
102
  CR_NET_READ_INTERRUPTED= 2063,
 
103
  CR_NET_ERROR_ON_WRITE= 2064,
 
104
  CR_NET_WRITE_INTERRUPTED= 2065,
 
105
 
99
106
  /* Add error numbers before CR_ERROR_LAST and change it accordingly. */
100
 
  CR_ERROR_LAST    =2060 /*Copy last error nr:*/
 
107
  CR_ERROR_LAST    =2065 /*Copy last error nr:*/
101
108
};
102
109
 
103
110
#endif