mysql_innodb_catalog: make owner and viewable_owner columns VARCHAR
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.
Showing
Please register or sign in to comment