1. 09 Sep, 2016 4 commits
  2. 08 Sep, 2016 3 commits
    • Oleksandr Byelkin's avatar
      Fixed embedded server. · 1f2ff25e
      Oleksandr Byelkin authored
      1f2ff25e
    • Kristian Nielsen's avatar
      Parallel replication async deadlock kill · 7e0c9de8
      Kristian Nielsen authored
      When a deadlock kill is detected inside the storage engine, the kill
      is not done immediately, to avoid calling back into the storage engine
      kill_query method with various lock subsystem mutexes held. Instead the
      kill is queued and done later by a slave background thread.
      
      This patch in preparation for fixing TokuDB optimistic parallel
      replication, as well as for removing locking hacks in InnoDB/XtraDB in
      10.2.
      
      Signed-off-by: Kristian Nielsen <knielsen at knielsen-hq.org>
      7e0c9de8
    • Igor Babaev's avatar
      Adjusted test results. · effb65bc
      Igor Babaev authored
      effb65bc
  3. 07 Sep, 2016 9 commits
  4. 06 Sep, 2016 15 commits
  5. 05 Sep, 2016 6 commits
  6. 04 Sep, 2016 1 commit
  7. 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