*** 172,174 **** --- 172,184 ---- 2006-05-20 Binary date handling instead of text based. For example using 32-bit size of date is 4 bytes instead of 10 (2006-02-02) the result is 6 bytes saved + + ==== + 2006-06-29 + example: + + select * from tblproject + where projectid in (3,1,2) + order by field(projectid,3,1,2) + + sorting with my own rules (function from mysql)