• Jérome Perrin's avatar
    mysql_innodb_catalog: make owner and viewable_owner columns VARCHAR · f9e14ba9
    Jérome Perrin authored
    We want these columns to be "binary" so that mariadbd compares them
    without any collation, but we don't want to use binary type, because on
    python 3 the brain attributes are bytes (user ids are strings everywhere
    else).
    
    This also normalize the same columns present in worklist cache table.
    f9e14ba9
z_create_catalog.sql 2.14 KB