Tag

Parse Tree

0 views collected around this technical thread.

Xueersi Online School Tech Team
Xueersi Online School Tech Team
Aug 21, 2020 · Databases

Understanding MySQL SQL Parsing: Yacc Grammar, Parse Trees, and Call Stacks

This article explains how MySQL parses SQL statements using Yacc, detailing the grammar structure, definition and rule sections, relevant source files, parse‑tree node declarations, common error messages, and the call stacks involved in both parsing and pre‑parsing phases.

Database InternalsMySQLParse Tree
0 likes · 7 min read
Understanding MySQL SQL Parsing: Yacc Grammar, Parse Trees, and Call Stacks