~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/errmsg.h

  • Committer: Brian Aker
  • Date: 2008-09-04 19:31:00 UTC
  • Revision ID: brian@tangent.org-20080904193100-l849hgghfy4urj43
Changing default character set from this point on.

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 Sun Microsystems, Inc.
 
4
 *  Copyright (C) 2008 MySQL
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
8
 
 *  the Free Software Foundation; version 2 of the License.
 
8
 *  the Free Software Foundation; either version 2 of the License, or
 
9
 *  (at your option) any later version.
9
10
 *
10
11
 *  This program is distributed in the hope that it will be useful,
11
12
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
95
96
  CR_SERVER_LOST_SETTING_DB    =2059,
96
97
 
97
98
  CR_STMT_CLOSED  =2060,
98
 
 
99
 
  CR_NET_UNCOMPRESS_ERROR= 2061,
100
 
  CR_NET_READ_ERROR= 2062,
101
 
  CR_NET_READ_INTERRUPTED= 2063,
102
 
  CR_NET_ERROR_ON_WRITE= 2064,
103
 
  CR_NET_WRITE_INTERRUPTED= 2065,
104
 
 
105
99
  /* Add error numbers before CR_ERROR_LAST and change it accordingly. */
106
 
  CR_ERROR_LAST    =2065 /*Copy last error nr:*/
 
100
  CR_ERROR_LAST    =2060 /*Copy last error nr:*/
107
101
};
108
102
 
109
103
#endif