From: Michael Widenius Date: May 19 2002 2:22pm Subject: MyISAM Static Row Header List-Archive: http://lists.mysql.com/internals/3619 Message-Id: <15591.46344.170192.69783@gargle.gargle.HOWL> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! >>>>> "Mike" == Mike Grover writes: Mike> Can anyone point me to the right source code file(s) in the "myisam" sub Mike> directory Mike> that shows me how the byte count and values are read and wrote for Mike> MyISAM Static row tables. Mike> I looked at "myisam.txt" but didn't seem to see anything in there. All static row handling is don in myisam/mi_static.c Static rows are very simple; All column data is just put after eachother, where numbers are stored in low-byte format. myisamchk -dvv filename.MYI will give you a lot of information of how data is stored. (Look at recordlength and field map) Regards, Monty -- For technical support contracts, goto https://order.mysql.com/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Mr. Michael Widenius / /|_/ / // /\ \/ /_/ / /__ MySQL AB, CTO /_/ /_/\_, /___/\___\_\___/ Helsinki, Finland <___/ www.mysql.com