List:Commits« Previous MessageNext Message »
From:jani Date:May 31 2006 8:19am
Subject:bk commit into 5.1 tree (jani:1.2177)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jani. When jani 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
  1.2177 06/05/31 11:18:58 jani@stripped +2 -0
  Merge from 5.0

  sql/field.cc
    1.313 06/05/31 11:18:51 jani@stripped +1 -1
    Removed unused variable.

  mysql-test/extra/rpl_tests/rpl_insert_id.test
    1.6 06/05/31 11:18:51 jani@stripped +2 -0
    Manual merge from 5.0. In 5.0 this was in another file.

# 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:	jani
# Host:	a193-229-222-105.elisa-laajakaista.fi
# Root:	/home/my/bk/mysql-5.1-new

--- 1.312/sql/field.cc	2006-05-30 16:07:39 +03:00
+++ 1.313/sql/field.cc	2006-05-31 11:18:51 +03:00
@@ -1223,7 +1223,7 @@
    field_name(field_name_arg),
    query_id(0), key_start(0), part_of_key(0), part_of_sortkey(0),
    unireg_check(unireg_check_arg),
-   field_length(length_arg), null_bit(null_bit_arg), dflt_field(0)
+   field_length(length_arg), null_bit(null_bit_arg)
 {
   flags=null_ptr ? 0: NOT_NULL_FLAG;
   comment.str= (char*) "";

--- 1.5/mysql-test/extra/rpl_tests/rpl_insert_id.test	2006-04-25 18:44:25 +03:00
+++ 1.6/mysql-test/extra/rpl_tests/rpl_insert_id.test	2006-05-31 11:18:51 +03:00
@@ -156,3 +156,5 @@
 drop table t1, t2;
 
 # End of 5.0 tests
+
+sync_slave_with_master;
Thread
bk commit into 5.1 tree (jani:1.2177)jani31 May