~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/mysql_priv.h

  • Committer: Toru Maesaka
  • Date: 2008-07-17 05:10:40 UTC
  • mto: (202.1.1 toru)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: dev@torum.net-20080717051040-jbt1rx0ncmfwfs79
ripped out blob from field.cc/.h and placed in field/

Show diffs side-by-side

added added

removed removed

Lines of Context:
667
667
#include "handler.h"
668
668
#include "table.h"
669
669
#include "sql_error.h"
670
 
#include "field.h"                              /* Field definitions */
 
670
 
 
671
/* Field definitions */
 
672
#include "field.h"
 
673
#include "field/blob.h"
 
674
 
671
675
#include "protocol.h"
672
676
#include "sql_udf.h"
673
677