~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Jay Pipes
  • Date: 2009-04-10 05:31:39 UTC
  • mto: (971.1.47 mordred)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: jpipes@serialcoder-20090410053139-beat1rbcopkcgc4n
Changes libserialize to libdrizzledmessage per ML discussion.  All GPB messages are now in the drizzled::message namespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include "drizzled/item/empty_string.h"
40
40
#include "drizzled/unireg.h" // for mysql_frm_type
41
41
#include "drizzled/field/timestamp.h"
42
 
#include "drizzled/serialize/table.pb.h"
 
42
#include "drizzled/message/table.pb.h"
43
43
 
44
44
using namespace std;
45
45