~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.cc

  • Committer: Brian Aker
  • Date: 2008-10-06 00:33:01 UTC
  • mto: This revision was merged to the branch mainline in revision 479.
  • Revision ID: brian@gir-20081006003301-uz4u8tyrws0lxq79
Removed binlog tool (we need to rewrite it) and removed all the hooks for
embedding the server in a client tool (--awful hack).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2322
2322
  inserted/updated/deleted.
2323
2323
*/
2324
2324
 
2325
 
#ifndef DRIZZLE_CLIENT
2326
2325
 
2327
2326
/*
2328
2327
  Template member function for ensuring that there is an rows log
2788
2787
  elements++;
2789
2788
  return(0);
2790
2789
}
2791
 
 
2792
 
#endif /* !defined(DRIZZLE_CLIENT) */