MySQL 9.0.0
Source Code Documentation
_log_item_iter Struct Reference

Iterator over the key/value pairs of a log_line. More...

#include <log_builtins_internal.h>

Public Attributes

struct _log_linell
 log_line this is the iter for More...
 
int index
 index of current key/value pair More...
 

Detailed Description

Iterator over the key/value pairs of a log_line.

At present, only one iter may exist per log_line.

Member Data Documentation

◆ index

int _log_item_iter::index

index of current key/value pair

◆ ll

struct _log_line * _log_item_iter::ll

log_line this is the iter for


The documentation for this struct was generated from the following files: