• igor@olga.mysql.com's avatar
    Fixed bug #29415. · 87c3d18f
    igor@olga.mysql.com authored
    The cast operation ignored the cases when the precision and/or the scale exceeded
    the limits, 65 and 30 respectively. No errors were reported in these cases.
    For some queries this may lead to an assertion abort.
    
    Fixed by throwing errors for such cases.
    87c3d18f
item_create.cc 13.7 KB