~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/tableprototester/tableprototester.cc

  • Committer: Patrick Crews
  • Date: 2011-02-01 14:29:53 UTC
  • Revision ID: gleebix@gmail.com-20110201142953-o82q9d0raspb9cok
Tags: 2011.02.09
Updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
*/
18
18
 
19
19
#include "config.h"
 
20
#include <drizzled/table.h>
 
21
#include <drizzled/error.h>
 
22
#include "drizzled/internal/my_pthread.h"
20
23
 
21
24
#include "tableprototester.h"
22
25
 
25
28
#include <string>
26
29
#include <map>
27
30
#include <fstream>
 
31
#include <drizzled/message/table.pb.h>
 
32
#include "drizzled/internal/m_string.h"
28
33
 
29
 
#include <drizzled/error.h>
30
 
#include <drizzled/global_charset_info.h>
31
 
#include <drizzled/internal/m_string.h>
32
 
#include <drizzled/internal/my_pthread.h>
33
 
#include <drizzled/message/table.h>
34
 
#include <drizzled/plugin/storage_engine.h>
35
 
#include <drizzled/table.h>
 
34
#include "drizzled/global_charset_info.h"
36
35
 
37
36
 
38
37
using namespace std;