~drizzle-developers/drizzle/clientsplit

« back to all changes in this revision

Viewing changes to libdrizzle/net_serv.c

  • Committer: Monty Taylor
  • Date: 2008-07-18 03:34:34 UTC
  • Revision ID: monty@inaugust.com-20080718033434-5glwtm8t5exlehqj
Done with client.c!

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  HFTODO this must be hidden if we don't want client capabilities in 
18
18
  embedded library
19
19
 */
20
 
#include <my_global.h>
21
20
#include <drizzle.h>
22
 
#include <drizzle_com.h>
23
 
#include <mysqld_error.h>
24
 
#include <my_sys.h>
25
 
#include <m_string.h>
26
 
#include <my_net.h>
27
21
#include <violite.h>
28
22
#include <signal.h>
29
23
#include <errno.h>