I'm using MyISam as the data engine. I first created a table, the the data_length was initially 0. Then I added 10 records and the data_length became 170. But after I deleted all the 10 records, the data_length still remained 170. Can anybody explain this? Thanks!


