Releases: numtel/meteor-mysql
Fixed and tested `stop()` method
-
Also, updated mysql-live-select to 0.0.10
https://github.com/numtel/mysql-live-select/releases/tag/v0.0.10
Updated mysql-live-select package to 0.0.9
-
Provide a single
diff
event for all changes to aSELECT
result set from a single binlog eventAggregation of added, changed, removed events for current event into a single array for easier handling of multiple changes
https://github.com/numtel/mysql-live-select/releases/tag/v0.0.9
Updated mysql-live-select package to 0.0.8
Improve performance by only parsing fields on rows events that are used in triggers from select statements.
https://github.com/numtel/mysql-live-select/releases/tag/v0.0.8
Binary log transmission method added
The last few weeks have seen the completion of the zongji
NPM module, building the base for the new mysql-live-select
NPM module, which has provided a new core for this package.
- All old work on a UDF transmission method has been removed.
- The update poll table transmission method is still available to provide service without enabling the Binary log in the MySQL server configuration. (Feedback requested: Is continuing support for the trigger driven poll table useful to anybody?)
For a description of the interface changes, please see the initBinlog()
and trigger conditions sections of the readme.