1. 16 Sep, 2013 3 commits
  2. 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
  3. 13 Sep, 2013 6 commits
  4. 12 Sep, 2013 5 commits
  5. 11 Sep, 2013 1 commit
  6. 10 Sep, 2013 6 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
    • Sergei Golubchik's avatar
      fix insert.test in --ps-protocol. · 0e107012
      Sergei Golubchik authored
      After MDEV-4817, WHERE clause may be evaluated early, in fix_fields.
      In ps-protocol fix_fields happens both for prepare and execute phase,
      generating double the number of warnings from the early WHERE clause
      executions.
      0e107012
    • Sergei Golubchik's avatar
      * mariadb-tokudb-engine-5.5.deb · 588a1d65
      Sergei Golubchik authored
      * now only production-use server plugins are in mariadb-server.
        client plugins are now in libmariadbclient18,
        testing-only server plugins are now in mariadb-test
        (set Coflicts: field properly)
      * fix Architecture: of mariadb-test
      * terrible hack to support optional deb packages for optional plugins
      588a1d65
    • Alexander Barkov's avatar
      Merge from 5.3 · 8b5da9f7
      Alexander Barkov authored
      pending merges:
        Alexander Barkov 2013-09-09 MDEV-4863 COALESCE(time_or_datetime) returns...
      8b5da9f7
  7. 09 Sep, 2013 18 commits
    • Sergei Golubchik's avatar
      MDEV-4941 make: AIX fails with 'Identifier not allowed in cast'; syntax error... · 42f56557
      Sergei Golubchik authored
      MDEV-4941 make: AIX fails with 'Identifier not allowed in cast'; syntax error in include/my_global.h
      
      C++ comments in C files, and a typo in my_global.h
      42f56557
    • Sergei Golubchik's avatar
      MariaDB-tokudb-engine.rpm · 3e5b2106
      Sergei Golubchik authored
      cmake/plugin.cmake:
        * auto-create an rpm for a plugin, if it places itself in a new component
      storage/tokudb/CMakeLists.txt:
        install tokudb in COMPONENT tokudb-engine.
        this automatically creates a separate rpm for it.
      3e5b2106
    • Sergei Golubchik's avatar
      fixes for buildbot · 5b2e3b01
      Sergei Golubchik authored
      * disable jemalloc on windows (cannot run ./configure)
      * disable jemalloc on ancient cmake (ExternalProject does not work)
      * rewrite TokuDB compiler test to check for features, not versions (to work on cmake before 2.8.11)
      * fix ft-index to not add VALGRIND_INCLUDE_DIR to includes, if no valgrind was found
      * correct the package name in FindValgrind.cmake (for find_package(... REQUIRED) to work)
      * disable ft-index tests by default (faster compilation and they aren't used anyway)
      * don't build ft-index with valgrind by default (otherwise it *requires* valgrind, it doesn't auto-detect)
      * use --loose-tokudb in the .opt file
      5b2e3b01
    • Sergei Golubchik's avatar
      remove symlinks from the tree · 3a528261
      Sergei Golubchik authored
      (otherwise one cannot even pull on windows)
      3a528261
    • Sergei Golubchik's avatar
      fixes for out-of-source builds · c03f0cf2
      Sergei Golubchik authored
      mysql-test/CMakeLists.txt:
        don't generate collection fules. we don't use them
        and they break out-of-source builds
      c03f0cf2
    • Sergei Golubchik's avatar
      tokudb patches for prepare range scan · 9c98876c
      Sergei Golubchik authored
      9c98876c
    • Sergei Golubchik's avatar
      clustering == covering · 642aa436
      Sergei Golubchik authored
      tell the optimizer that every TokuDB "clustering" index is the "covering" index
      in the MariaDB optimizer sense.
      642aa436
    • Sergei Golubchik's avatar
      tokudb test suites · 9a3b9a54
      Sergei Golubchik authored
      9a3b9a54
    • Sergei Golubchik's avatar
      Mark tokudb plugin as "Alpha" in MariaDB. · d29f874d
      Sergei Golubchik authored
      While it is stable on itself, the MariaDB integration
      within 5.5 series is rather new.
      d29f874d
    • Sergei Golubchik's avatar
      chmod a-x *.test *.result · 043099a6
      Sergei Golubchik authored
      043099a6
    • Sergei Golubchik's avatar
      cmake fixes for tokudb · 00686e6d
      Sergei Golubchik authored
      cmake/jemalloc.cmake:
        for dependencies to work, LIBJEMALLOC should be the target name, not the path
      storage/tokudb/CMakeLists.txt:
        * check the preconditions
        * disable bdb tests (compilation errors)
        * set variable, instead of SET_PROPERTY. same effect,
          but doesn't fail when a plugin is disabled (that is, a target does not exist)
      storage/tokudb/ft-index/CMakeLists.txt:
        cmake should not look into examples/ directory,
        there is hand-crafted examples/Makefile that
        cmake will overwrite
      storage/tokudb/ft-index/buildheader/CMakeLists.txt:
        the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
      storage/tokudb/ft-index/cmake_modules/TokuMergeLibs.cmake:
        Libraries must be specified in the specific order,
        REMOVE_DUPLICATES cannot be used, because it destroys this order.
        
        (when OSLIBS contains "-lpthread -ljemalloc -lpthread", REMOVE_DUPLICATES
        makes it "-lpthread -ljemalloc". But a thread library *must* be *after* jemalloc)
      storage/tokudb/ft-index/cmake_modules/TokuSetupCTest.cmake:
        * 'which' might print errors to stderr, they are not important, shut them up
        * we don't have TOKUDB_DATA, no need to warn about it
        * don't configure_file into itself (with input=output)
      storage/tokudb/ft-index/cmake_modules/TokuThirdParty.cmake:
        jemalloc is built externally to tokudb/ft-index
      storage/tokudb/ft-index/ft/CMakeLists.txt:
        the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
      storage/tokudb/ft-index/ft/tests/CMakeLists.txt:
        the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
      storage/tokudb/ft-index/locktree/tests/CMakeLists.txt:
        the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
      storage/tokudb/ft-index/portability/CMakeLists.txt:
        s/jemalloc/libjemalloc/
      storage/tokudb/ft-index/portability/os_malloc.cc:
        unnecessary include file
      storage/tokudb/ft-index/portability/tests/CMakeLists.txt:
        the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
      storage/tokudb/ft-index/src/tests/CMakeLists.txt:
        the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
      storage/tokudb/ft-index/util/tests/CMakeLists.txt:
        the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
      storage/tokudb/ft-index/utils/CMakeLists.txt:
        the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
      00686e6d
    • Alexey Botchkov's avatar
      MDEV-4472 Audit-plugin. Server-related part of the task. · 92265da9
      Alexey Botchkov authored
           file_logger became the service.
           Data like query_id now are sent to the audit plugin.
           Fix for MDEV-4770 ported from 10.0.
           Fix added for the read_maria_plugin_info().
           Log rotation can be disabled with 'set rotations=0'.
      92265da9
    • Sergei Golubchik's avatar
      .bzrignore · a8fc90a1
      Sergei Golubchik authored
      a8fc90a1
    • Sergei Golubchik's avatar
    • Sergei Golubchik's avatar
      tokudb: COMPRESSION = { DEFAULT | TOKUDB_UNCOMPRESSED | · bac94d09
      Sergei Golubchik authored
                      TOKUDB_ZLIB | TOKUDB_QUICKLZ |
                      TOKUDB_LZMA | TOKUDB_FAST |
                      TOKUDB_SMALL }
      syntax for tables
      bac94d09
    • Sergei Golubchik's avatar
      86bc6b6a
    • Sergei Golubchik's avatar
      f2b5f1fd
    • Sergei Golubchik's avatar
      tokudb: extended keys support · 36a22c14
      Sergei Golubchik authored
      36a22c14