~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/schema_reader.cc

  • Committer: Brian Aker
  • Date: 2008-12-17 23:37:33 UTC
  • mfrom: (685.1.41 devel)
  • Revision ID: brian@tangent.org-20081217233733-ra30lk7ju04k7re9
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <iostream>
2
2
#include <fstream>
3
3
#include <string>
4
 
#include "schema.pb.h"
 
4
#include <drizzled/serialize/schema.pb.h>
5
5
using namespace std;
6
6
 
7
7
/*