mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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,7 +16,7 @@
|
||||
|
||||
/* Show databases, tables or columns */
|
||||
|
||||
#define SHOW_VERSION "9.2"
|
||||
#define SHOW_VERSION "9.3"
|
||||
|
||||
#include <my_global.h>
|
||||
#include "client_priv.h"
|
||||
@ -27,7 +27,6 @@
|
||||
#include "mysqld_error.h"
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <my_getopt.h>
|
||||
#include "sslopt-vars.h"
|
||||
|
||||
static my_string host=0,opt_password=0,user=0;
|
||||
|
Reference in New Issue
Block a user