mys3ql 1.3.5 → 1.3.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfa65a06f63520bce655c0dc63b3e54899aa7bc3dbccbc4a94f8635061cfcbdc
4
- data.tar.gz: 93c9e418c5e8eb2ed96c154cbde0a37f21be852ec53b756a3f174db281892eac
3
+ metadata.gz: 9e73b14c5059c87c1e0a66be7e1275f5ba0d934d20e3a3ae6166f5ea2fb46d85
4
+ data.tar.gz: f56edd7b48429292822ecd682896ff8c7a313512d8da3b725e6f91a0b5889f87
5
5
  SHA512:
6
- metadata.gz: 575283f9876f70ca331a2336e0ced063004cd005b35f356770bfac54e458b4e9052a7f2e079524094e51f90a7acf1fb2349054e7d0d262e51baf9c8de3f54a11
7
- data.tar.gz: e26f76a81fd18baa3cb018d6b476f95f0107b9e368378d7d4a09ccd59259dfef2f023cc9b24fcdb5dfa828e601dd34253caedfd854965915ec209ad127bc841c
6
+ metadata.gz: f772bf69dc1eee9a1fcd521e563baeda0dc17531a51dddab23abcfb1d175ffab98bd2f6ebf661ad0b4d18e7857d3c5b3f62355b943d8eab482ea121ee1c76a6b
7
+ data.tar.gz: 07ad5665b084fba0254e3b50b171588319ad3377fa885d22cd52d278f3658284ad302d6e284e0c97e5531a6d998011ddafa91038e6101afc3f17742491482c9b
data/lib/mys3ql/mysql.rb CHANGED
@@ -61,10 +61,8 @@ module Mys3ql
61
61
  run "gunzip -c #{file} | #{@config.bin_path}mysql #{cli_options}"
62
62
  end
63
63
 
64
- def apply_bin_logs(*files)
65
- log("files: #{files.inspect}")
66
- log("files.empty?: #{files.empty?}")
67
-
64
+ # files - array
65
+ def apply_bin_logs(files)
68
66
  return if files.empty?
69
67
  cmd = "#{@config.bin_path}mysqlbinlog --database=#{@config.database} #{files.join ' '}"
70
68
  cmd += " | #{@config.bin_path}mysql -u'#{@config.user}'"
@@ -1,3 +1,3 @@
1
1
  module Mys3ql
2
- VERSION = '1.3.5'
2
+ VERSION = '1.3.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mys3ql
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Stewart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-15 00:00:00.000000000 Z
11
+ date: 2025-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-s3