• Dave Gosselin's avatar
    MDEV-33460 select '123' 'x'; unexpected result · 58df2097
    Dave Gosselin authored
    Queries that select concatenated constant strings now have
    colname and value that match.  For example,
      SELECT '123' 'x';
    will return a result where the column name and value both
    are '123x'.
    
    Review: Daniel Black
    58df2097
empty_string_literal.test 955 Bytes