Skip to content
Snippets Groups Projects
  1. Jun 13, 2014
  2. Jun 12, 2014
  3. Jun 11, 2014
  4. Jun 10, 2014
    • ocelot-inc's avatar
      43abc795
    • ocelot-inc's avatar
    • 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
  5. Jun 09, 2014
  6. Jun 08, 2014
  7. Jun 06, 2014
Loading