mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
moved my_getopt.h under client_priv.h
Changed my_print_defaults, mysql_install, perror, resolve_stack_dump, resolveip and pack_isam to use my_getopt.
This commit is contained in:
@ -16,10 +16,9 @@
|
||||
|
||||
/* By Jani Tolonen, 2001-04-20, MySQL Development Team */
|
||||
|
||||
#define CHECK_VERSION "2.2"
|
||||
#define CHECK_VERSION "2.3"
|
||||
|
||||
#include "client_priv.h"
|
||||
#include <my_getopt.h>
|
||||
#include <m_ctype.h>
|
||||
#include "mysql_version.h"
|
||||
#include "mysqld_error.h"
|
||||
|
Reference in New Issue
Block a user