• Karthik Kamath's avatar
    BUG#27788685: NO WARNING WHEN TRUNCATING A STRING WITH DATA · 15015579
    Karthik Kamath authored
                  LOSS
    
    ANALYSIS:
    =========
    When converting from a BLOB/TEXT type to a smaller
    BLOB/TEXT type, no warning/error is reported to the user
    informing about the truncation/data loss.
    
    FIX:
    ====
    We are now reporting a warning in non-strict mode and an
    appropriate error in strict mode.
    15015579
field_conv.cc 24.9 KB