On Sun, Nov 09, 2003 at 12:48:42AM -0600, Carl Karsten wrote:
> 
> It looks like sql_yacc.y is what is used to define the syntax that
> MySql uses.

Yes.

> It has been a while sense I took a compiler class, so forgive my
> ignorance.  is sql_yacc.y used to generate the parser which is then
> compiled, or is it used at runtime?

sql_yacc.yy is used to produce sql_yacc.cc which is then compiled as
part of building MySQL.
-- 
Jeremy D. Zawodny     |  Perl, Web, MySQL, Linux Magazine, Yahoo!
<[EMAIL PROTECTED]>  |  http://jeremy.zawodny.com/

MySQL 4.0.15-Yahoo-SMP: up 56 days, processed 2,113,302,066 queries (434/sec. avg)

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to