Commit 74192cf9 authored by unknown's avatar unknown

Post-push fix of client/mysqltest.c oops.


client/mysqltest.c:
  Actually include "client_priv.h", as intended in previous changeset.
parent c6e95257
...@@ -33,18 +33,12 @@ ...@@ -33,18 +33,12 @@
#define MTEST_VERSION "3.2" #define MTEST_VERSION "3.2"
#include <my_global.h> #include "client_priv.h"
#include <mysql_embed.h>
#include <my_sys.h>
#include <m_string.h>
#include <mysql.h>
#include <mysql_version.h> #include <mysql_version.h>
#include <mysqld_error.h> #include <mysqld_error.h>
#include <errmsg.h>
#include <m_ctype.h> #include <m_ctype.h>
#include <my_dir.h> #include <my_dir.h>
#include <hash.h> #include <hash.h>
#include <my_getopt.h>
#include <stdarg.h> #include <stdarg.h>
#include <violite.h> #include <violite.h>
#include "my_regex.h" /* Our own version of regex */ #include "my_regex.h" /* Our own version of regex */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment