~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/mysql_protocol.cc

  • Committer: Lee Bieber
  • Date: 2011-03-22 17:41:09 UTC
  • mfrom: (2241.2.18 refactor2)
  • Revision ID: kalebral@gmail.com-20110322174109-1bsfvv4q1dnfd089
Merge Olaf - more code refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include <drizzled/diagnostics_area.h>
38
38
#include <libdrizzle/constants.h>
39
39
 
 
40
#define MIN_HANDSHAKE_SIZE 6
40
41
#define PROTOCOL_VERSION 10
41
42
 
42
43
namespace po= boost::program_options;