Bug #53810 ndb_restore need same conversion between data types like replication
Submitted: 19 May 2010 15:11
Reporter: Geert Vanderkelen Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S4 (Feature request)
Version:mysql-5.1-telco-6.3 OS:Any
Assigned to: Assigned Account CPU Architecture:Any
Tags: Backup, restore

[19 May 2010 15:11] Geert Vanderkelen
Description:
ndb_restore would need same promotion of data types like made possible during replication (see bug #46584).

How to repeat:
.
[2 Jun 2010 10:37] Hartmut Holzgraefe
See also bug #54178
[4 Jun 2010 17:42] Hartmut Holzgraefe
See also bug #54242
[13 Aug 2014 12:03] Priyanka Sangam
The remaining type conversions which are needed for compatibility with
replication are listed below:

1. Conversions between all the decimal types DECIMAL, FLOAT, DOUBLE, and
NUMERIC.

2.  BLOB conversions
BLOB -> BINARY & VARBINARY
BINARY & VARBINARY -> BLOB
BLOB -> BLOB conversions between different widths