~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/mysql_priv.h

  • Committer: Brian Aker
  • Date: 2008-06-30 06:56:53 UTC
  • mfrom: (12.3.2 drizzle-stew)
  • Revision ID: brian@tangent.org-20080630065653-xoibpmich1eowujv
Incoming merge, took the opportunity to remove mysql_embed.h while I was at
it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
#include <my_global.h>
32
32
#include <mysql_version.h>
33
 
#include <mysql_embed.h>
34
33
#include <my_sys.h>
35
34
#include <my_time.h>
36
35
#include <m_string.h>