~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqlshow.c

  • Committer: Brian Aker
  • Date: 2008-07-09 15:38:43 UTC
  • mfrom: (77.1.44 codestyle)
  • Revision ID: brian@tangent.org-20080709153843-tu7d42yrjq6fd00k
Merging patch from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include "client_priv.h"
21
21
#include <my_sys.h>
22
22
#include <m_string.h>
23
 
#include <mysql.h>
24
23
#include <mysqld_error.h>
25
24
#include <signal.h>
26
25
#include <stdarg.h>