mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -25,11 +25,10 @@
|
||||
** * *
|
||||
** *************************
|
||||
*/
|
||||
#define IMPORT_VERSION "3.2"
|
||||
#define IMPORT_VERSION "3.3"
|
||||
|
||||
#include "client_priv.h"
|
||||
#include "mysql_version.h"
|
||||
#include <my_getopt.h>
|
||||
|
||||
static void db_error_with_table(MYSQL *mysql, char *table);
|
||||
static void db_error(MYSQL *mysql);
|
||||
|
Reference in New Issue
Block a user