Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add client suppport for mysql version check - proceed if >version #49

Open
GoogleCodeExporter opened this issue Mar 30, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What needs to be improved:
client needs to check the version of mysql before gathering any data. 

What needs to be change to accomplish this:
something like this:

MYVERSION=`mysql -Bse "SELECT substring_index(version(),'.',2)"`

if [ "$MYVERSION" = '5.1' ] || [ "$MYVERSION" = '5.0' ] ; then

    do something here
else
echo "UNSUPPORTED MYSQL VERSION"
exit 1
fi

Original issue reported on code.google.com by [email protected] on 3 Sep 2009 at 3:41

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 22 Sep 2009 at 4:16

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 1 Nov 2009 at 2:47

  • Added labels: Milestone-NULL
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant