2 messages in com.mysql.lists.javaMySQL Comment Query
FromSent OnAttachments
Ian Clyde Warner19 Nov 2002 16:53 
Paul DuBois19 Nov 2002 18:06 
Subject:MySQL Comment Query
From:Ian Clyde Warner (ian.@brefi.net)
Date:11/19/2002 04:53:30 PM
List:com.mysql.lists.java

I'm not sure if this is the correct list for this query but here goes...

I'm writing a MySQL-specific, SQL parser using ANTLR (antlr.org).

I'm primarily looking at the lexer at the moment and the 'execute comment' format "/*!". Where one may specify /*!VERSION#, the version follows the format: (major+)(minor{2})(revision{2}) given the minor and revision numbers are padded [and limited] to two chars (in string format) and the major is variable. Is this assumption correct?

Many thanks,

Ian.