Skip to content
  • Maheedhar PV's avatar
    6fef5ad9
    Bug#31413167 - PLEASE BACKPORT FIX FOR BUG 31320716 TO 5.6 · 6fef5ad9
    Maheedhar PV authored
    Issue:
    
    The string functions 'concat' and 'concat_ws' return a default
    String(with null data pointer) when they have to return empty
    string. This propagates as a NULL value in the result.
    
    Fix:
    
    Return a empty String("") for empty results from the string functions
    'concat' and 'concat_ws'.
    
    Change-Id: I81a15f31b84cbad68796e96db80d6aae2d3ae0e5
    6fef5ad9
    Bug#31413167 - PLEASE BACKPORT FIX FOR BUG 31320716 TO 5.6
    Maheedhar PV authored
    Issue:
    
    The string functions 'concat' and 'concat_ws' return a default
    String(with null data pointer) when they have to return empty
    string. This propagates as a NULL value in the result.
    
    Fix:
    
    Return a empty String("") for empty results from the string functions
    'concat' and 'concat_ws'.
    
    Change-Id: I81a15f31b84cbad68796e96db80d6aae2d3ae0e5
Loading