Skip to content
Snippets Groups Projects
  • Kirill Yukhin's avatar
    366b2de7
    Allow to set directory for copying DSO before load · 366b2de7
    Kirill Yukhin authored
    Make it possible to set temporary directory where
    module will be copied before load.
    
    @TarantoolBot document
    Title: Justify module (re-)loading semantics
    
    It is now possible to set directory where temporary
    copies of modules to be loaded will be created.
    It is done by setting $(TMPDIR) variable. It
    will be "/tmp" if variable was not set.
    
    Follow up #4945
    366b2de7
    History
    Allow to set directory for copying DSO before load
    Kirill Yukhin authored
    Make it possible to set temporary directory where
    module will be copied before load.
    
    @TarantoolBot document
    Title: Justify module (re-)loading semantics
    
    It is now possible to set directory where temporary
    copies of modules to be loaded will be created.
    It is done by setting $(TMPDIR) variable. It
    will be "/tmp" if variable was not set.
    
    Follow up #4945