Skip to content
Snippets Groups Projects
  • Vladimir Davydov's avatar
    77b552fe
    salad: add LIGHT(count) method · 77b552fe
    Vladimir Davydov authored
    This commit adds a function that retrieves the number of records stored
    in a light hash table and makes light users use it instead of accessing
    the light count directly. This gives us more freedom of refactoring the
    light internals without modifying the code using it.
    
    Needed for #7192
    
    NO_DOC=refactoring
    NO_TEST=refactoring
    NO_CHANGELOG=refactoring
    77b552fe
    History
    salad: add LIGHT(count) method
    Vladimir Davydov authored
    This commit adds a function that retrieves the number of records stored
    in a light hash table and makes light users use it instead of accessing
    the light count directly. This gives us more freedom of refactoring the
    light internals without modifying the code using it.
    
    Needed for #7192
    
    NO_DOC=refactoring
    NO_TEST=refactoring
    NO_CHANGELOG=refactoring