mysql-live-select
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -27,3 +27,3 @@ /* mysql-live-select, MIT License ben@latenightsketches.com | ||
db.connect(function(error){ | ||
if(error && callback) return callback(error); | ||
if(error) return callback && callback(error); | ||
@@ -30,0 +30,0 @@ var zongji = self.zongji = new ZongJi(settings); |
{ | ||
"name": "mysql-live-select", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Live updating MySQL SELECT statements", | ||
@@ -5,0 +5,0 @@ "main": "lib/LiveMysql.js", |
@@ -25,3 +25,3 @@ # mysql-live-select [![Build Status](https://travis-ci.org/numtel/mysql-live-select.svg)](https://travis-ci.org/numtel/mysql-live-select) | ||
binlog_format = row | ||
log_bin = /usr/local/var/log/mysql/mysql-bin.log | ||
log_bin = /var/log/mysql/mysql-bin.log | ||
binlog_do_db = employees # optional | ||
@@ -28,0 +28,0 @@ expire_logs_days = 10 # optional |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32265