• unknown's avatar
    Fixed bug #27484: a crash when incompatible row expressions with nested rows · aa051961
    unknown authored
    are used as arguments of the IN predicate.
    Added a function to check compatibility of row expressions. Made sure that this
    function to be called for Item_func_in objects by fix_length_and_dec().
    
    
    mysql-test/r/row.result:
      Added a test case for bug #27484.
    mysql-test/t/row.test:
      Added a test case for bug #27484.
    aa051961
row.test 3.74 KB