This website requires JavaScript.
Explore
Help
Register
Sign In
opensource
/
HeidiSQL
Watch
1
Star
0
Fork
0
You've already forked HeidiSQL
mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced
2025-08-06 18:24:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5,389
Commits
6
Branches
50
Tags
Commit Graph
2 Commits
Author
SHA1
Message
Date
Ansgar Becker
1f313df20e
Remove TServerVariable.VarType property, and detect that by only examining the value. Fetch list of variables from a more complete documentation table which also reveals their read/write state. Also, paint variable values in data type colors.
2012-05-20 22:17:57 +00:00
Ansgar Becker
2ef9f4e288
Implement server variable mapping table, and extend the variable editor to explicitly modify strings, numbers, booleans or enumerations, as described on
http://dev.mysql.com/doc/refman/5.6/en/dynamic-system-variables.html
. Fixes issue
#2614
.
2012-05-20 08:34:13 +00:00