List:Commits« Previous MessageNext Message »
From:<gshchepa Date:July 3 2007 4:05pm
Subject:bk commit into 4.1 tree (gshchepa:1.2672)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of uchum. When uchum 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-07-03 21:05:17+05:00, gshchepa@stripped +1 -0
  sql_class.cc:
    Windows compilation error fix.

  sql/sql_class.cc@stripped, 2007-07-03 21:04:24+05:00, gshchepa@stripped +1 -1
    Windows compilation error fix.

diff -Nrup a/sql/sql_class.cc b/sql/sql_class.cc
--- a/sql/sql_class.cc	2007-07-03 19:04:57 +05:00
+++ b/sql/sql_class.cc	2007-07-03 21:04:24 +05:00
@@ -1020,7 +1020,7 @@ select_export::prepare(List<Item> &list,
   field_sep_char= (exchange->enclosed->length() ? (*exchange->enclosed)[0] :
 		   field_term_length ? (*exchange->field_term)[0] : INT_MAX);
   escape_char=	(exchange->escaped->length() ? (*exchange->escaped)[0] : -1);
-  is_ambiguous_field_sep= strchr(ESCAPE_CHARS, field_sep_char);
+  is_ambiguous_field_sep= test(strchr(ESCAPE_CHARS, field_sep_char));
   line_sep_char= (exchange->line_term->length() ?
 		  (*exchange->line_term)[0] : INT_MAX);
   if (!field_term_length)
Thread
bk commit into 4.1 tree (gshchepa:1.2672)gshchepa3 Jul