Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Adding MySQL and Mongo slave functionality #37

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 6, 2014

  1. [#64831866] Adding the ability to use MySQL with MoSQL

      - Fix issues with primary key length
      - Added checks for adapter type (postgres, mysql2, ...) when code paths diverge
      - Added mysql-specific and generic non-postgres initial load scripts
      - Added mysql-specific and (untested) generic non-postgres check for duplicate key error. Used to check if the oplog has changed since the last run
    Steve McHugh committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    4ff2c51 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

  1. [#64831866] Adding column options and general bug fixes

      - Added the ability to specify column as an index, null or not null, and a default value
      - Condensed initial input copy to only use the INSERT syntax for all non-postgres adapters
      - Improved readme documentation
    Steve McHugh committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    35d3e65 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2014

  1. [#65427808] Add ability to read from slaves in mosql

     - Added the ability for the mongo instance being read from to be a replica slave
    Steve McHugh committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    00639d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2014

  1. Reverting slaveOk flag

    Steve McHugh committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    8d274b5 View commit details
    Browse the repository at this point in the history