• unknown's avatar
    Strings which appear without charset context, · 310545ad
    unknown authored
    like number-to-string-convertion-result, now 
    takes current database character set, instead of
    thread character set. This makes it easy to be
    SQL99 conformant and 4.0 compatible.
    
    Item->thd_charset() is renamed to Item->default_charset()
    as old name doesn't describe its nature anymore.
    
    
    310545ad
item.cc 34.9 KB