~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • 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:
27
27
  except the part which must be in the server and in the client.
28
28
 
29
29
  @TODO Name this file better. "priv" could mean private, privileged, privileges.
30
 
 
31
 
  @TODO Get rid of the DRIZZLE_CLIENT and DRIZZLE_SERVER conditionals
32
30
*/
33
31
 
34
32
#ifndef DRIZZLE_SERVER_SERVER_INCLUDES_H