column size vs. key length: shouldn't they be the same?

57 views Asked by At

So i have an (unique) index on a char(5) column and when I do EXPLAIN on a query using it it says key_len is 15. why wouldn't it be 5?

0

There are 0 answers