~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/user_var_entry.cc

  • Committer: Monty Taylor
  • Date: 2009-12-21 07:42:09 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221074209-d1qodu38qyka9p9j
Removed m_string.h from server_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <drizzled/server_includes.h>
21
21
#include <drizzled/session.h>
22
 
#include CSTDINT_H
 
22
#include "mystrings/m_string.h"
23
23
 
24
24
/** Get the value of a variable as a double. */
25
25