#At file:///home/marty/MySQL/mysql-5.1-telco-6.3_merge/
3338 Martin Skold 2010-11-23
Bug#51996 rpl_geometry fails in mysql-5.1-telco-6.3: Patch for bug#48776 was not merge in correctly
modified:
mysql-test/suite/rpl/t/disabled.def
sql/rpl_utility.cc
=== modified file 'mysql-test/suite/rpl/t/disabled.def'
--- a/mysql-test/suite/rpl/t/disabled.def 2010-10-12 11:54:35 +0000
+++ b/mysql-test/suite/rpl/t/disabled.def 2010-11-23 14:12:50 +0000
@@ -10,7 +10,6 @@
#
##############################################################################
-rpl_geometry : bug#51996
rpl_row_create_table : Bug#51574 Feb 27 2010 andrei failed different way than earlier with bug#45576
rpl_log_pos : BUG#55675 Sep 10 2010 27 2010 alfranio rpl.rpl_log_pos fails sporadically with error binlog truncated in the middle
=== modified file 'sql/rpl_utility.cc'
--- a/sql/rpl_utility.cc 2010-06-16 12:04:53 +0000
+++ b/sql/rpl_utility.cc 2010-11-23 14:12:50 +0000
@@ -995,6 +995,7 @@ table_def::table_def(unsigned char *type
case MYSQL_TYPE_LONG_BLOB:
case MYSQL_TYPE_DOUBLE:
case MYSQL_TYPE_FLOAT:
+ case MYSQL_TYPE_GEOMETRY:
{
/*
These types store a single byte.
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-6.3 branch (Martin.Skold:3338) Bug#48776Bug#51996 | Martin Skold | 23 Nov |