~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/net_serv.cc

  • Committer: Brian Aker
  • Date: 2008-06-29 19:19:20 UTC
  • Revision ID: brian@tangent.org-20080629191920-ioqljg6ihntzcz9y
More dead code removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
*/
60
60
extern uint test_flags;
61
61
extern ulong bytes_sent, bytes_received, net_big_packet_count;
62
 
extern pthread_mutex_t LOCK_bytes_sent , LOCK_bytes_received;
63
62
#ifndef MYSQL_INSTANCE_MANAGER
64
63
#define update_statistics(A) A
65
64
#endif /* MYSQL_INSTANCE_MANGER */