cstack / db_tutorial

Writing a sqlite clone from scratch in C
https://cstack.github.io/db_tutorial
MIT License
9.56k stars 968 forks source link

Update part3.md #80

Open nmreadelf opened 2 years ago

nmreadelf commented 2 years ago

change index variable type in free_table

  1. change variable i type from int to uint32_t