~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/net_serv.cc

  • Committer: Brian Aker
  • Date: 2008-06-30 06:56:53 UTC
  • mfrom: (12.3.2 drizzle-stew)
  • Revision ID: brian@tangent.org-20080630065653-xoibpmich1eowujv
Incoming merge, took the opportunity to remove mysql_embed.h while I was at
it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
#include <my_global.h>
21
21
#include <mysql.h>
22
 
#include <mysql_embed.h>
23
22
#include <mysql_com.h>
24
23
#include <mysqld_error.h>
25
24
#include <my_sys.h>