MySQL 8.3.0
Source Code Documentation
query_term.cc File Reference

Functions

static void dumpAccessPath (int level, AccessPath *p, std::ostringstream &buf)
 Used for debugging/trace. More...
 

Function Documentation

◆ dumpAccessPath()

static void dumpAccessPath ( int  level,
AccessPath p,
std::ostringstream &  buf 
)
static

Used for debugging/trace.

Dumps some info on access path, minion of Query_block::qbPrint.

Parameters
levellevel in tree
pthe access path to print
bufbuf the buffer to print into