1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#48776 row based replication breaks with spatial / geometry types, cause crashes!

This bug is the same problem as Bug 49836 for 5.1 versions.
This commit is contained in:
He Zhenxing
2010-01-05 14:25:29 +08:00
parent dbe02e6d4a
commit 28fbf9c549
3 changed files with 45 additions and 0 deletions

View File

@ -95,6 +95,7 @@ public:
case MYSQL_TYPE_LONG_BLOB:
case MYSQL_TYPE_DOUBLE:
case MYSQL_TYPE_FLOAT:
case MYSQL_TYPE_GEOMETRY:
{
/*
These types store a single byte.