List:Commits« Previous MessageNext Message »
From:Konstantin Osipov Date:February 27 2008 11:47pm
Subject:Re: bk commit into 6.0 tree (davi:1.2575) BUG#27525
View as plain text  
* 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
Thread
bk commit into 6.0 tree (davi:1.2575) BUG#27525Davi Arnaut27 Feb
  • Re: bk commit into 6.0 tree (davi:1.2575) BUG#27525Konstantin Osipov27 Feb