Below is the list of changes that have just been committed into a local
5.1 repository of alik. When alik does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-06-29 17:59:19+04:00, anozdrin@ibm. +1 -0
Fix typo.
sql/sql_lex.cc@stripped, 2007-06-29 17:59:17+04:00, anozdrin@ibm. +1 -1
Fix typo.
diff -Nrup a/sql/sql_lex.cc b/sql/sql_lex.cc
--- a/sql/sql_lex.cc 2007-06-29 16:52:02 +04:00
+++ b/sql/sql_lex.cc 2007-06-29 17:59:17 +04:00
@@ -249,7 +249,7 @@ void Lex_input_stream::body_utf8_append_
LEX_STRING utf_txt;
- if (my_charset_same(txt_cs, &my_charset_utf8_general_ci))
+ if (!my_charset_same(txt_cs, &my_charset_utf8_general_ci))
{
thd->convert_string(&utf_txt,
&my_charset_utf8_general_ci,
| Thread |
|---|
| • bk commit into 5.1 tree (anozdrin:1.2518) | Alexander Nozdrin | 29 Jun |