List:Commits« Previous MessageNext Message »
From:msvensson Date:March 1 2006 2:41pm
Subject:bk commit into 5.1 tree (msvensson:1.2200) BUG#17728
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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.2200 06/03/01 15:41:28 msvensson@shellback.(none) +1 -0
  Bug#17728  	tests that fails are: ndb_gis rpl_ndb_multi_update2
  - Run ndb_gis only if we have binlog_format_row

  mysql-test/t/ndb_gis.test
    1.5 06/03/01 15:41:21 msvensson@shellback.(none) +5 -0
    Run ndb_gis only if we have binlog_format_row

# 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:	msvensson
# Host:	shellback.(none)
# Root:	/home/msvensson/mysql/bug17728/my51-bug17728

--- 1.4/mysql-test/t/ndb_gis.test	2005-10-27 21:45:06 +02:00
+++ 1.5/mysql-test/t/ndb_gis.test	2006-03-01 15:41:21 +01:00
@@ -1,3 +1,8 @@
+# Requires row logging because warnings produced when creating
+# the tables in "gis_generic" with no PK and BLOB's differ
+
+--source include/have_binlog_format_row.inc
+
 --source include/have_ndb.inc
 SET storage_engine=ndbcluster;
 --source include/gis_generic.inc
Thread
bk commit into 5.1 tree (msvensson:1.2200) BUG#17728msvensson1 Mar