~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlebinlog.cc

  • 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:
28
28
   Format_desc_of_slave, Rotate_of_master, Format_desc_of_master.
29
29
*/
30
30
 
31
 
#define MYSQL_CLIENT
32
 
#undef MYSQL_SERVER
 
31
#define DRIZZLE_CLIENT
 
32
#undef DRIZZLE_SERVER
33
33
#include <libdrizzle/my_time.h>
34
34
#include <drizzled/global.h>
35
35
#include <mysys/my_sys.h>