MySQL 8.3.0
Source Code Documentation
Text Resultset Row

ProtocolText::ResultsetRow:

A row with data for each column.

  • NULL is sent as 0xFB
  • everything else is converted to a string and is sent as string<lenenc>
See also
THD::send_result_set_row, Protocol_text