~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/protocol.cc

  • Committer: Monty Taylor
  • Date: 2008-10-22 21:18:04 UTC
  • Revision ID: monty@inaugust.com-20081022211804-0pkmwgc7mfebo5ld
Cleaned up the last commit. 

Show diffs side-by-side

added added

removed removed

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