~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_show.cc

  • Committer: Brian Aker
  • Date: 2008-10-30 05:49:59 UTC
  • mfrom: (520.4.29 devel)
  • Revision ID: brian@tangent.org-20081030054959-7tlt3rxzbtl1lyin
Merge Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <drizzled/error.h>
29
29
#include <string>
30
30
#include <drizzled/tztime.h>
 
31
#include <drizzled/data_home.h>
31
32
 
32
33
inline const char *
33
34
str_or_nil(const char *str)