1. 07 Sep, 2016 3 commits
  2. 06 Sep, 2016 8 commits
  3. 05 Sep, 2016 2 commits
  4. 04 Sep, 2016 1 commit
  5. 03 Sep, 2016 2 commits
    • Alexander Barkov's avatar
      A fix for 1ca595fb (LDML refactoring) · 3dcca1b7
      Alexander Barkov authored
      Modifying innodb_ctype_ldml.test related files to take into account
      the previous commit changes.
      3dcca1b7
    • Alexander Barkov's avatar
      LDML refactoring for "MDEV-9711 NO PAD collations" · 1ca595fb
      Alexander Barkov authored
      - Moving detection of the MY_CS_CSSORT, MY_CS_PUREASCII, MY_CS_NONASCII
        flags of loadable collations from add_collation() in mysys.c
        to my_cset_init_8bit() and my_coll_init_simple() in ctype-simple.c.
      
      - Adding tests that these flags are set properly for loadable collations
      
      - Moving LDML test related *.xml files from mysql-test/std_data/
        to mysql-test/std_data/ldml/, as there will be more *.xml test files
      1ca595fb
  6. 02 Sep, 2016 1 commit
  7. 01 Sep, 2016 4 commits
  8. 31 Aug, 2016 12 commits
  9. 30 Aug, 2016 5 commits
  10. 29 Aug, 2016 2 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