List:Commits« Previous MessageNext Message »
From:Konstantin Osipov Date:October 19 2007 12:49pm
Subject:Re: bk commit into 5.1 tree (monty:1.2575)
View as plain text  
* monty@stripped <monty@stripped> [07/10/11 21:57]:
>   sql/sql_yacc.yy@stripped, 2007-10-11 18:07:35+03:00, monty@stripped +24 -4
>     Simplify handling of ha_choice variables
>     Added future proof create table options TABLE_CHECKSUM=# & PAGE_CHECKSUM=#

Monty, do not add new reserved words please.

You can use TABLE CHECKSUM [x] and PAGE CHECKSUM [x] instead.

PAGE, TABLE and CHECKSUM are already reserved.

Marc: I'm not sure Monty will get this mail.
Could you please follow this one up?

> -  { "TABLESPACE",	SYM(TABLESPACE)},
> +  { "TABLESPACE",	        SYM(TABLESPACE)},
> +  { "TABLE_CHECKSUM",	SYM(TABLE_CHECKSUM_SYM)},
>    { "TEMPORARY",	SYM(TEMPORARY)},
>    { "TEMPTABLE",	SYM(TEMPTABLE_SYM)},
>    { "TERMINATED",	SYM(TERMINATED)},
> @@ -529,6 +532,7 @@ static SYMBOL symbols[] = {
>    { "TO",		SYM(TO_SYM)},
>    { "TRAILING",		SYM(TRAILING)},
>    { "TRANSACTION",	SYM(TRANSACTION_SYM)},
> +  { "TRANSACTIONAL",	SYM(TRANSACTIONAL_SYM)},

Arghh!

-- 
-- Konstantin Osipov              Software Developer, Moscow, Russia
-- MySQL AB, www.mysql.com   The best DATABASE COMPANY in the GALAXY
Thread
bk commit into 5.1 tree (monty:1.2575)monty11 Oct
  • Re: bk commit into 5.1 tree (monty:1.2575)Konstantin Osipov19 Oct