26#ifndef MYSQLCHECK_INCLUDED
27#define MYSQLCHECK_INCLUDED
56 std::vector<std::string> arguments,
57 void (*dberror)(
MYSQL *
mysql,
const std::string &when));
75 const std::vector<std::string> &databases);
117 const std::string &when));
127 int execute(
const std::vector<std::string> &positional_options);
static MYSQL mysql
Definition: mysql.cc:154
This file defines the client API to MySQL and also the ABI of the dynamically linked libmysqlclient.
static bool opt_fix_db_names
Definition: mysqlcheck.cc:63
static bool opt_silent
Definition: mysqlcheck.cc:60
static bool opt_extended
Definition: mysqlcheck.cc:58
static bool opt_frm
Definition: mysqlcheck.cc:61
static bool opt_write_binlog
Definition: mysqlcheck.cc:64
static bool opt_fast
Definition: mysqlcheck.cc:59
static bool opt_medium_check
Definition: mysqlcheck.cc:59
static bool opt_upgrade
Definition: mysqlcheck.cc:63
static const char * opt_skip_database
Definition: mysqlcheck.cc:74
static bool opt_databases
Definition: mysqlcheck.cc:58
static bool opt_auto_repair
Definition: mysqlcheck.cc:60
static bool opt_check_only_changed
Definition: mysqlcheck.cc:57
static bool ignore_errors
Definition: mysqlcheck.cc:61
static uint verbose
Definition: mysqlcheck.cc:65
static bool opt_all_in_1
Definition: mysqlcheck.cc:60
static bool opt_alldbs
Definition: mysqlcheck.cc:57
static bool opt_fix_table_names
Definition: mysqlcheck.cc:62
static bool opt_quick
Definition: mysqlcheck.cc:59
int what_to_do
Definition: mysqlcheck_core.cc:57
static bool ignore
Definition: mysqlimport.cc:66
Definition: abstract_connection_program.h:38
Definition: instrumented_condition_variable.h:32
Functor to validate the flush list.
Definition: buf0flu.cc:3678