Skip to content
  • Xing Zhang's avatar
    9edb2803
    Bug #25503965: OPTIMIZER FAILS TO DO CONSTANT FOLDING FOR UTF8MBF CHARACTER STRINGS · 9edb2803
    Xing Zhang authored
    Collation's propagate() function is used to check whether a constant string
    can be propagated. Currently what we do is to check whether a collation has
    contractions or expansions. But the propagate() function simply returns
    false for each UCA collation, without regard to whether it really contains
    contraction or expansion.
    
    Fix:
    Make UCA collation's propagate() function return proper value.
    
    Change-Id: If4e63a2d62b309a58dfc2dfcfb4fc5e797f1b77d
    9edb2803
    Bug #25503965: OPTIMIZER FAILS TO DO CONSTANT FOLDING FOR UTF8MBF CHARACTER STRINGS
    Xing Zhang authored
    Collation's propagate() function is used to check whether a constant string
    can be propagated. Currently what we do is to check whether a collation has
    contractions or expansions. But the propagate() function simply returns
    false for each UCA collation, without regard to whether it really contains
    contraction or expansion.
    
    Fix:
    Make UCA collation's propagate() function return proper value.
    
    Change-Id: If4e63a2d62b309a58dfc2dfcfb4fc5e797f1b77d
Loading