List:Commits« Previous MessageNext Message »
From:kroki Date:November 22 2006 1:47pm
Subject:bk commit into 4.1 tree (kroki:1.2555)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of tomash. When tomash 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, 2006-11-22 16:47:12+03:00, kroki@stripped +1 -0
  Cleanup: remove const.

  tests/mysql_client_test.c@stripped, 2006-11-22 16:47:10+03:00, kroki@stripped +1 -1
    Cleanup: remove const.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	kroki
# Host:	moonlight.intranet
# Root:	/home/tomash/src/mysql_ab/mysql-4.1-bug21635

--- 1.174/tests/mysql_client_test.c	2006-11-22 16:47:17 +03:00
+++ 1.175/tests/mysql_client_test.c	2006-11-22 16:47:17 +03:00
@@ -12045,7 +12045,7 @@ static void test_bug21635()
     "COUNT(i)", "COUNT(i)",
     "COUNT(i) AS A3", "A3",
   };
-  const char *query_end;
+  char *query_end;
   MYSQL_RES *result;
   MYSQL_FIELD *field;
   unsigned int field_count, i;
Thread
bk commit into 4.1 tree (kroki:1.2555)kroki22 Nov