List:Internals« Previous MessageNext Message »
From:Vladimir Shebordaev Date:November 23 2007 7:36pm
Subject:Re: MySQL 6.0.3-alpha has been released!
View as plain text  
Sorry for mess up but just to express myself.

This changes in utility operators' syntax are aimed to make 'em 
less obfuscating. The notion of "table type" in this context is 
merely incorrect. SHOW ENGINE is to show complete externalization 
of "table type" via pluggable storage engine interface. So, this 
miserable changes are obviously consistent.

I daresay it's not a big deal to change a word in your script.

You have been warned, all the more :)

Regards,
Vladimir

Mark Callaghan пишет:
> 
> Yes, I know that most or all of these have long been described as
> 'deprecated'. That doesn't make me any happier when I have to do work
> for needless changes.
> 
>  The following constructs are deprecated and have been removed in
> MySQL 6.0. Where alternatives are shown, applications should be
> updated to use them.
> * The table_type system variable (use storage_engine).
> * The TYPE table option to specify the storage engine for CREATE TABLE
> or ALTER TABLE (use ENGINE).
> * The SHOW TABLE TYPES SQL statement (use SHOW ENGINES).
> * The SHOW INNODB STATUS and SHOW MUTEX STATUS SQL statements (use
> SHOW ENGINE INNODB STATUS for both of these).
> 
> On Nov 22, 2007 10:33 PM, Calvin Sun <csun@stripped> wrote:
>> Dear MySQL users,
>>
>> The MySQL 6.0.3-alpha, a new version of the MySQL database system with the
>> new Falcon transactional storage engine and several other enhancements, has
>> been released.
>>
>> The MySQL 6.0.3-alpha is available in source and binary form for a number
>> of platforms from our download pages at
>>
>>        http://dev.mysql.com/downloads/mysql/6.0.html
>>
>> and mirror sites. Note that not all mirror sites may be up to date at
>> this point in time, so if you can't find this version on some mirror,
>> please try again later or choose another download site.
>>
>> The list of new features in MySQL 6.0:
>>
>>        http://dev.mysql.com/doc/refman/6.0/en/mysql-nutshell.html
>>
>> The MySQL 6.0 Reference Manual is at:
>>
>>        http://dev.mysql.com/doc/refman/6.0/en/
>>
>> We welcome and appreciate your feedback, bug reports, etc.:
>>
>>        http://forge.mysql.com/wiki/Contributing
>>
>> MySQL 6.0 is currently an Alpha release and should not be used in
>> production environments. It is provided only for testing and evaluation of
>> new features.
>>
>> Enjoy!
>> Calvin
>>
>> --
>> MySQL Internals Mailing List
>> For list archives: http://lists.mysql.com/internals
>> To unsubscribe:    http://lists.mysql.com/internals?unsub=1
>>
>>
> 
> 
> 

Thread
MySQL 6.0.3-alpha has been released!Calvin Sun23 Nov
  • Re: MySQL 6.0.3-alpha has been released!Mark Callaghan23 Nov
    • Re: MySQL 6.0.3-alpha has been released!Vladimir Shebordaev23 Nov