MySQL 8.4.0
Source Code Documentation
rpl_info_table.h File Reference
#include <stddef.h>
#include <sys/types.h>
#include "lex_string.h"
#include "my_inttypes.h"
#include "sql/rpl_info_handler.h"

Go to the source code of this file.

Classes

class  Rpl_info_table
 

Enumerations

enum  enum_find_method { FIND_SCAN , FIND_KEY }
 Methods to find information in a table: More...
 

Enumeration Type Documentation

◆ enum_find_method

Methods to find information in a table:

FIND_SCAN does a index scan and stops at n-th occurrence.

FIND_KEY retrieves the index entry previous populated at values if there is any.

Enumerator
FIND_SCAN 
FIND_KEY