Skip to content
Snippets Groups Projects
  1. Jun 11, 2014
    • bigbes's avatar
      Merge branch 'stable' · 7fba6611
      bigbes authored
      Conflicts:
      	.gitignore
      	extra/CMakeLists.txt
      	test/CMakeLists.txt
      7fba6611
    • bigbes's avatar
      Update rpmspec · 9d1039e9
      bigbes authored
      * Move building of modules into Lua (in rpmspec)
      * Remove tarantool.cfg and init.d/tarantool_box from SCL spec (bug in cmake28-epel-6-x86_64)
      * Merge two specs (for EL and other RPM linuxes)
      * Add Fedora's Mock specifications
      9d1039e9
    • bigbes's avatar
      - Create 3 new rpm-specs: · df24154c
      bigbes authored
        * extra/rpm/tarantool-scl.rpm.spec - SCL spec for 1.5
        * extra/rpm/tarantool-el.rpm.spec.in - Enetrprise Linux 5/6 Specification
        * extra/rpm/tarantool.rpm.spec.in - Specification for other Linuxs
      - Build (tarantool-el.rpm.spec and tarantool.rpm.spec) with `--define 'scl 15'`for SCL build.
      - Preserve old spec (for compatibility)
      - Add dependencies into Specifications, two specs for Mock.
      - Create configuration files for Mock builds for EL-{5,6}-{i386,x86_64}
      
        Working with Mock:
          cmake .
          make new_rpm{_el,}_src
          mock -r <config> --init
          mock -r <config> --rebuild <path_to_srpm>
      
        Merging commits
      df24154c
    • Roman Tsisyk's avatar
      Fix #346: yaml.null() crases server · 35af5d32
      Roman Tsisyk authored
      This patch also adds NULL constant to yaml, msgpack, msgpackffi
      and json serializers.
      35af5d32
  2. Jun 10, 2014
    • Konstantin Osipov's avatar
      log_dir refactoring; fixes for various bugs · ed402bbe
      Konstantin Osipov authored
      Move function limit test to wal/ suite, to
      test without a write ahead log.
      
      Implement cascading revoke of privilegs
      on drop of space or function.
      
      Implement a check for existing privileges
      on delete from _space or _priv.
      
      Add a test case for cascading drop of space,
      which invokes revoke of privileges.
      
      Fixes gh-289 ox.schema.user.drop() with cascade doesn't work
      (a typo in schema.lua in the for loop)
      
      Addresses gh-263 Proposal for box.cfg false/true values
      and gh-277 background mode is broken (cfggeti works
      correctly with boolean values now).
      
      Fix a bug with missing initialization of
      function access map (sometimes
      some users could gain access to a function
      simply because the respective bit in the access
      map was not cleared at initialization).
      
      Delete a duplicated stat test.
      
      Add an error code for unknown iterator type,
      ER_ITERATOR_TYPE.
      ed402bbe
  3. Jun 09, 2014
  4. Jun 06, 2014
  5. Jun 05, 2014
  6. Jun 04, 2014
  7. Jun 03, 2014
Loading