Commit Graph

7 Commits (e9d181b72b1620c2953d6983b4af61b79abb6f8b)

Author SHA1 Message Date
James Tanner ad837709bd Addresses #5023 Fix import comments 11 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
Maykel Moya 3db7ec8356 Fail if requested variable is not available 11 years ago
Maykel Moya b90a250165 Improve change detection in mysql_variables
mysql_variables bindly executes a SET var = value query even when
the variable already has the requested value.

With this patch the query is executed only if the current value is
different to the requested one.
11 years ago
James Cammarata 3adb91a4b4 Added version_added to the mysql_variables module doc section 11 years ago
Balazs Pocze 19bb81a7df EXAMPLES section added 11 years ago
Balazs Pocze 85f2a90322 MySQL variables module 11 years ago