MySQL 9.6.0
Source Code Documentation
Bulk_load Namespace Reference

Classes

class  Json_serialization_error_handler
 
struct  Row_id_context
 Contains the data needed for the ROW_ID generation for tables without explicit primary key. More...
 
struct  Source_table_data
 
struct  Stat_callbacks
 Callbacks for collecting time statistics. More...
 

Typedefs

using Read_range = std::pair< std::optional< Rows_mysql >, std::optional< Rows_mysql > >
 

Typedef Documentation

◆ Read_range

using Bulk_load::Read_range = typedef std::pair<std::optional<Rows_mysql>, std::optional<Rows_mysql> >