~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_db.cc

  • Committer: Monty
  • Date: 2008-10-02 17:30:12 UTC
  • mfrom: (139.1.20 drizzle)
  • Revision ID: mordred@scylla.inaugust.com-20081002173012-s13psynpc19bt0i6
MergedĀ fromĀ Trond.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
 
17
17
/* create and drop of databases */
 
18
#include "config.h"
18
19
#include <string>
19
20
#include <fstream>
20
21
#include <drizzled/serialize/serialize.h>