Hi!
>>>>> "Mike" == Mike Grover <mmgrover@stripped> 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 <monty@stripped>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, CTO
/_/ /_/\_, /___/\___\_\___/ Helsinki, Finland
<___/ www.mysql.com