@mastra/mysql 0.7.0-alpha.2 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4769,6 +4769,7 @@ function addMySQLMessageMetadataFilter(conditions, params, metadataFilter) {
4769
4769
  }
4770
4770
  }
4771
4771
  var MemoryMySQL = class MemoryMySQL extends MemoryStorage {
4772
+ supportsPartialThreadUpdate = true;
4772
4773
  supportsObservationalMemory = true;
4773
4774
  pool;
4774
4775
  operations;