~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle.c

Merged fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
unsigned int drizzle_server_last_errno;
51
51
 
52
52
/* Server error code and message */
53
 
char drizzle_server_last_error[DRIZZLE_ERRMSG_SIZE];
 
53
char drizzle_server_last_error[LIBDRIZZLE_ERRMSG_SIZE];
54
54
 
55
55
/*
56
56
  Note that the drizzle argument must be initialized with drizzle_init()