Appdynamics / Appdynamics/HA-toolkit
-7 option needs to check if mysql is really 5.7
- 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