mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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:
@ -35,7 +35,7 @@
|
||||
** and adapted to mysqldump 05/11/01 by Jani Tolonen
|
||||
*/
|
||||
|
||||
#define DUMP_VERSION "9.04"
|
||||
#define DUMP_VERSION "9.05"
|
||||
|
||||
#include <my_global.h>
|
||||
#include <my_sys.h>
|
||||
@ -46,7 +46,6 @@
|
||||
#include "mysql.h"
|
||||
#include "mysql_version.h"
|
||||
#include "mysqld_error.h"
|
||||
#include <my_getopt.h>
|
||||
|
||||
/* Exit codes */
|
||||
|
||||
|
Reference in New Issue
Block a user