~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_state.h

  • Committer: Monty Taylor
  • Date: 2009-02-08 11:28:58 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mordred@inaugust.com-20090208112858-aouo9w2okht5r6x0
ZOMG. Renamed all the rest of the stuff in libdrizzleclient to be drizzleclient_*. I love commandline perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef _drizzled_sql_state_h
21
21
#define _drizzled_sql_state_h
22
22
 
23
 
const char *drizzle_errno_to_sqlstate(uint32_t drizzle_errno);
 
23
const char *drizzleclient_errno_to_sqlstate(uint32_t drizzleclient_errno);
24
24
 
25
25
#endif