Appdynamics / Appdynamics/HA-toolkit

-7 option needs to check if mysql is really 5.7

Open
#62 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Shell
Stars
13
Forks
11
PR merge metrics
No merged PRs in 30d

Description

After documenting about -7 option, we also need to check if mysql is actually 5.7.

If unknowingly someone uses -7 option with mysql 5.5, it does not start because the variables we set are specific to 5.7

unknown variable 'slave_parallel_type=LOGICAL_CLOCK'

I was using this to check db version when its not running

mysql --version
mysql Ver 14.14 Distrib 5.5.52, for linux2.6 (x86_64) using EditLine wrapper

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the code that handles the -7 option and compare its behavior with the mysql --version output shown in the issue. Verify that MySQL 5.5 is not treated as 5.7, and confirm the option's behavior for supported and older versions.

Written by the indexing model from the issue text.

Assessment

Tech stack
mysql, shell
Domain
cli, database
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.