Commit graph

5 commits

Author SHA1 Message Date
Maykel Moya
3db7ec8356 Fail if requested variable is not available 2013-10-22 09:30:19 +02:00
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.
2013-10-17 19:13:58 +02:00
James Cammarata
3adb91a4b4 Added version_added to the mysql_variables module doc section 2013-09-06 12:32:08 -05:00
Balazs Pocze
19bb81a7df EXAMPLES section added 2013-08-08 11:28:26 +02:00
Balazs Pocze
85f2a90322 MySQL variables module 2013-07-30 16:59:32 +02:00