@@ -0,0 +1,5 @@
+Fix prepared statements for MySQL integration.
+
+Prior to this fix, when updating a MySQL integration action,
+if an invalid prepared-statements is used, for example reference to an unknown table column name,
+it may cause the action to apply the oldest version prepared-statement from the past.