![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Maps compare function to strict weak ordering required by Priority_queue. More...
#include <partition_handler.h>
Public Types | |
| typedef int(* | key_compare_fun) (KEY **, uchar *, uchar *) | 
Public Member Functions | |
| Key_rec_less (KEY **keys) | |
| bool | operator() (uchar *first, uchar *second) | 
Public Attributes | |
| KEY ** | m_keys | 
| key_compare_fun | m_fun | 
| uint | m_rec_offset | 
| bool | m_max_at_top | 
Maps compare function to strict weak ordering required by Priority_queue.
      
  | 
  inlineexplicit | 
| key_compare_fun Key_rec_less::m_fun | 
| KEY** Key_rec_less::m_keys | 
| bool Key_rec_less::m_max_at_top | 
| uint Key_rec_less::m_rec_offset |