* Davi Arnaut <davi@stripped> [08/02/27 21:06]:
> ChangeSet@stripped, 2008-02-27 14:56:00-03:00, davi@stripped +9 -0
> Bug#27525 table not found when using multi-table-deletes with aliases over several
> databas
> Bug#30234 Unexpected behavior using DELETE with AS and USING
>
Good.
OK to push.
> + /* Query specified a alias for the table. */
> + bool is_alias;
Use doxygen comments please (/** */)
TRUE if an alias for this table was specified in the SQL
statement.
DELETE is not a query, according to our Word Police (c) (hush).
> + /* Fully qualified table name. */
> + bool is_fqtn;
TRUE if the table is referred to in the statement using a fully
qualified name (<db_name>.<table_name>)
Thank you very much for working on this!
--
-- Konstantin Osipov Software Developer, Moscow, Russia
-- MySQL AB, www.mysql.com The best DATABASE COMPANY in the GALAXY