1. 05 Sep, 2016 1 commit
    • Igor Babaev's avatar
      Fixed a flaw in the implementation of condition push-down · 3b40f78e
      Igor Babaev authored
      for materialized views and derived tables: there were no
      push-down if the view was defined as union of selects
      without aggregation. Added test cases with such unions.
      
      Adjusted result files after the merge of the code for mdev-9197.
      3b40f78e
  2. 02 Sep, 2016 2 commits
  3. 01 Sep, 2016 5 commits
  4. 31 Aug, 2016 13 commits
  5. 30 Aug, 2016 5 commits
  6. 29 Aug, 2016 4 commits
    • Monty's avatar
      Fixed failures for privilege_table_io and wsrep_cluster_address_basic · bbfb5d7c
      Monty authored
      - Sometimes privilege_table_io printed double rows of roles_mapping
        - Fixed by forcing restart of server when running test
      - Wsrep_cluster_address_basic failed in some combinations because
        wsrep_cluster_address was set to NULL
        - Fixed by ensuring it's never set to NULL, only empty string
      bbfb5d7c
    • Monty's avatar
      Set server_id to 1 by default and disallow to set it to 0 · 1c915692
      Monty authored
      This makes it easier to setup master as on only have to set --log-bin.
      Before this patch if one did set up the master with just --log-bin, slaves
      could not connect until server_id was set on the master, which could be
      both confusing and hard to do.
      1c915692
    • Monty's avatar
    • Monty's avatar
      Better SHOW PROCESSLIST for replication · 96e95b54
      Monty authored
      - When waiting for events, start time is now counted from start of wait
      - Instead of having "Connect" as "Command" for all replication threads we
        now have:
        - Slave_IO for Slave thread reading relay log
        - Slave_SQL for slave executing SQL commands or distribution queries to
          Slave workers
        - Slave_worker for slave threads executin SQL commands in parallel replication
      96e95b54
  7. 27 Aug, 2016 10 commits