~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqlshow.c

merged from mtaylors codestyle branch that also did removepassword

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>