-
Recent Posts
Recent Comments
- Davi Arnaut on on primary keys
- Henrik Ingo on on primary keys
- Stewart Smith on on primary keys
- Igor Babaev on on primary keys
- Domas Mituzas on MySQL versions at Wikipedia
Archives
Categories
Tags
backup benchmarks conference crash dba dtrace funny gcc gdb google innodb io jfs joke knol linux memcached memory mmap mydumper myisam mysql mysqlconf mysqluc performance presentation profiling raid rant recovery replication san francisco security session solaris sun talk threading timstarling trip tutorial web4 xfs xss zfs
Tag Archives: charsets
Charsets mutex meets InnoDB
When InnoDB compares data (like, when looking up in indexes), it actually asks help from MySQL – character sets may provide different rules for evaluation. MySQL then looks up character set information. This is where the fun begins – if … Continue reading