1. 19 Sep, 2013 5 commits
  2. 18 Sep, 2013 3 commits
  3. 17 Sep, 2013 4 commits
  4. 16 Sep, 2013 12 commits
  5. 15 Sep, 2013 1 commit
    • Igor Babaev's avatar
      Fixed bug mdev-5015. · 996f6194
      Igor Babaev authored
      The patch for mdev-4355 had a defect: the cached values for bitmaps of
      used tables were not updated when processing degenerate OR formulas.
      996f6194
  6. 13 Sep, 2013 6 commits
  7. 12 Sep, 2013 5 commits
  8. 11 Sep, 2013 1 commit
  9. 10 Sep, 2013 3 commits
    • Sergei Golubchik's avatar
      merge with 5.5-tokudb tree. In particular: · 62643f81
      Sergei Golubchik authored
      * add TokuDB, together with the ft-index library
      * cmake support, auto-detecting whether tokudb can be built
      * fix packaging - tokudb-engine.rpm, deb
      * remove PBXT
      * add jemalloc
      * the server is built with jemalloc by default even if TokuDB is not built
      * documentation files in RPM are installed in the correct location
      * support for optional deb packages (tokudb has specific build requirements)
      * move plugins from mariadb-server deb to appropriate debs (server/test/libmariadbclient)
      * correct mariadb-test.deb to be not architecture-independent
      * fix out-of-tree builds to never modify in-tree files
      * new handler::prepare_index_scan() method
      62643f81
    • Sergei Golubchik's avatar
    • Sergei Golubchik's avatar
      INSTALL_DOCUMENTATION function for CMakeLists.txt · 3de56134
      Sergei Golubchik authored
      It puts files in the correct location for rpm/deb packages.
      3de56134