Yblog.org網站主機上的資料庫,即日起更新為Mysql 4.1.12,Mysql官方網站也釋出4.1.13版的消息了,等推出了再予以更新。
最近預計的計畫,是將六文錢網路相簿從big-5編碼轉換成utf-8,接著再全部升級到Gallery 2,存進資料庫裡。
Previously in MySQL 4.1, an Illegal mix of collations error occurred when mixing strings from same character set when one had a non-binary collation and the other a binary collation. Now the binary collation takes precedence, so that both strings are treated as having the binary collation. This restores compatibility with MySQL 4.0 behavior.
Security fix: If mysqld was started with –user=non_existent_user, it would run using the privileges of the account it was invoked from, even if that was root.
Fixed incorrect memory block allocation for the query cache in the embedded server. (Bug #9549)
Fixed a configure problem in checking for capability of performing atomic operations. (Bug #7970)
net_read_timeout and net_write_timeout were not being respected on Windows. (Bug #9721)