Added support for SHOW [GLOBAL] STATUS LIKE 'Uptime'

Added support for SHOW [GLOBAL] STATUS LIKE 'Uptime'
This commit is contained in:
MassimilianoPinto
2015-09-15 09:17:52 +02:00
parent 9cd9a6183b
commit 3f4acf4bc5
2 changed files with 25 additions and 2 deletions

View File

@ -82,6 +82,12 @@ static struct option long_options[] = {
char *binlog_check_version = "1.0.0";
int
MaxScaleUptime()
{
return 1;
}
int main(int argc, char **argv) {
char** arg_vector;
int arg_count = 4;