Commit Graph

7 Commits (87677c96c6a04c0f3e7c725dd36cf845c33b98c9)

Author SHA1 Message Date
James Tanner 4f9aadcc07 Addresses #5023 Fix import comments 11 years ago
James Tanner 38edad70ac Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
Maykel Moya 6155bf2c55 Fail if requested variable is not available 11 years ago
Maykel Moya 2d33cf898c 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 d16ba9758e Added version_added to the mysql_variables module doc section 11 years ago
Balazs Pocze cb9a6a9c2c EXAMPLES section added 11 years ago
Balazs Pocze 39cc08e0f0 MySQL variables module 11 years ago