~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/client.c

  • Committer: Brian Aker
  • Date: 2008-07-30 17:24:10 UTC
  • mfrom: (236.1.6 codestyle)
  • Revision ID: brian@tangent.org-20080730172410-t4r8o7lx7r9m95x7
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  server.
35
35
*/
36
36
 
37
 
#include <my_global.h>
 
37
#include <drizzled/global.h>
38
38
 
39
39
#include "drizzle.h"
40
40