| This class is loaded by the MySQL Plugin and registered with all MySQL
Sessions as the query tokenizer if the plugin is loaded. It handles some
of the syntax allowed in MySQL scripts that would be hard to parse in a
generic way for any database. It handles create statements for stored
procedures, triggers, and functions. It can also
handle "/" as the statement terminator in leiu of or in addition to the
default statement separator which is ";".
author: manningr |