~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/protocol.cc

  • Committer: Monty Taylor
  • Date: 2008-10-04 23:47:02 UTC
  • Revision ID: monty@inaugust.com-20081004234702-id3y1fh9tjbkkl3k
Repaced sql_state stuff with template function and c++ algorithm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
*/
22
22
#include <drizzled/server_includes.h>
23
23
#include <drizzled/drizzled_error_messages.h>
 
24
#include <drizzled/sql_state.h>
24
25
 
25
26
static const unsigned int PACKET_BUFFER_EXTRA_ALLOC= 1024;
26
27
/* Declared non-static only because of the embedded library. */