1. 20 Jul, 2015 1 commit
    • Nirbhay Choubey's avatar
      MDEV-8464 : ALTER VIEW not replicated in some cases · af2f7ce3
      Nirbhay Choubey authored
      In galera, like other DDLs, CREATE/ALTER VIEW commands are recreated
      and replicated during parsing. The ALGORITHM clause is internally set
      to VIEW_ALGORITHM_INHERIT if its not explicitly specified by the user.
      But since its not a valid type to be used in a command, it leads to an
      assertion failure. The solution is to not include the ALGORITHM clause
      in the command if its not explicitly specified (or INHERIT).
      af2f7ce3
  2. 23 Jun, 2015 1 commit
  3. 22 Jun, 2015 1 commit
  4. 19 Jun, 2015 1 commit
  5. 18 Jun, 2015 1 commit
  6. 09 Jun, 2015 12 commits
  7. 08 Jun, 2015 8 commits
  8. 07 Jun, 2015 1 commit
  9. 06 Jun, 2015 2 commits
  10. 05 Jun, 2015 7 commits
  11. 04 Jun, 2015 5 commits