~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/protocol.h

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
class i_string;
22
22
class THD;
23
 
typedef struct st_mysql_field MYSQL_FIELD;
24
 
typedef struct st_mysql_rows MYSQL_ROWS;
 
23
typedef struct st_drizzle_field DRIZZLE_FIELD;
 
24
typedef struct st_drizzle_rows DRIZZLE_ROWS;
25
25
 
26
26
class Protocol
27
27
{