-
Committer:
Stewart Smith
-
Date:
2010-11-08 01:14:53 UTC
-
mto:
This revision was merged to the branch mainline in
revision
1915.
-
Revision ID:
stewart@flamingspork.com-20101108011453-79tqi2zsu7vlxnl7
in field_conv.cc, get_copy_func should not try to cast Field_blob to Field_varstring as Field_ blob does not inherit from field_varstring. Previously this kinda worked out due to the first member of field_blob kinda making sense in this comparison. Instead, we just shortcut to that decision if we are converting from BLOB.