Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • F frocksdb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • rui xia
  • frocksdb
  • Repository
Switch branch/tag
  • frocksdb
  • utilities
  • transactions
  • pessimistic_transaction.cc
Find file BlameHistoryPermalink
  • Derrick Pallas's avatar
    Fix FilterBench when RTTI=0 (#6732) · 52723054
    Derrick Pallas authored Apr 29, 2020
    
    
    Summary:
    The dynamic_cast in the filter benchmark causes release mode to fail due to
    no-rtti.  Replace with static_cast_with_check.
    
    Signed-off-by: default avatarDerrick Pallas <derrick@pallas.us>
    
    Addition by peterd: Remove unnecessary 2nd template arg on all static_cast_with_check
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/6732
    
    Reviewed By: ltamasi
    
    Differential Revision: D21304260
    
    Pulled By: pdillinger
    
    fbshipit-source-id: 6e8eb437c4ca5a16dbbfa4053d67c4ad55f1608c
    52723054