~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/errmsg.c

  • Committer: Monty Taylor
  • Date: 2008-09-14 19:39:48 UTC
  • mfrom: (383.1.43 client-split)
  • Revision ID: monty@inaugust.com-20080914193948-ns2p0lts4qtsqx7n
Merged from client-split.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
  N_("Lost connection to Drizzle server while setting initial database, "
96
96
     "system error: %d"),
97
97
  N_("Statement closed indirectly because of a preceeding %s() call"),
 
98
/* CR_NET_UNCOMPRESS_ERROR 08S01  */
 
99
  N_("Couldn't uncompress communication packet"),
 
100
/* CR_NET_READ_ERROR 08S01  */
 
101
  N_("Got an error reading communication packets"),
 
102
/* CR_NET_READ_INTERRUPTED 08S01  */
 
103
  N_("Got timeout reading communication packets"),
 
104
/* CR_NET_ERROR_ON_WRITE 08S01  */
 
105
  N_("Got an error writing communication packets"),
 
106
/* CR_NET_WRITE_INTERRUPTED 08S01  */
 
107
  N_("Got timeout writing communication packets"),
98
108
  ""
99
109
};
100
110