|
|||||||||||
|
Re: bk commit into 5.0 tree (anozdrin:1.2503) BUG#10491
From: Konstantin Osipov <konstantin(at)mysql.com>
Date: Wed Jun 27 2007 - 13:37:28 EDT
> ChangeSet@1.2503, 2007-06-27 17:10:17+04:00, anozdrin@ibm. +3 -0 The patch is OK to push, see below. > sql/item.h@1.233, 2007-06-27 17:10:14+04:00, anozdrin@ibm. +1 -1 Please explain why - i.e. because for views and base tables utf8 is the character set in which the their definition is stored, for system constants it's the default character set, and for other objects (routines, triggers), no character set is stored, and therefore no character set is known, so returning utf8 is just as good as anything else. This latter problem is fixed in 5.1 by 16291. In 5.1 we will return the "real" character set. > +Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr Please provide comments on what you're actually looking for in the test output. It's best if these comments make it not only into .test but also into .result, to ease merges conflicts. Additionally I filed Bug#29394 "extend syntax of --enable_metadata command of mysqltest language" (Feature request), which would be very handy to use in this test case. Perhaps the test case could be re-worked when the bug is fixed. > --echo End of 5.0 tests Please add a comment in front of Item_empty_string describing the purpose of this class (it's a utility class to put into List<Item> which is then used in protocol.send_fields() when sending SHOW output to the client). -- -- Konstantin Osipov Software Developer, Moscow, Russia -- MySQL AB, www.mysql.com The best DATABASE COMPANY in the GALAXY -- MySQL Code Commits Mailing List For list archives: http://lists.mysql.com/commits To unsubscribe: http://lists.mysql.com/commits?unsub=lists@pantek.comReceived on Wed Jun 27 13:37:41 2007 This archive was generated by hypermail 2.1.8 : Wed Jun 27 2007 - 13:40:04 EDT |
||||||||||
|
|||||||||||