This website requires JavaScript.
Explore
Help
Register
Sign In
wonder
/
NoteBook
Watch
1
Star
0
Fork
0
You've already forked NoteBook
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
NoteBook
/
MySQL
/
2. 记录的存储过程.md
T
Add File
New File
Upload File
Apply Patch
wonder
acf3132514
🔄
Update: MySQL
2025-09-25 20:14:36 +08:00
538 B
Raw
Permalink
Blame
History
存放文件
InnoDB
|-- db.opt | 默认字符集、字符校验规则 |-- t_order.frm | 表结构 |-- t_order.ibd | 表数据
字符集
表结构
表数据
表数据空间
行
页
读写单位
默认 16KB
区
段
行格式
变长字段长度列表
NULL 列表
记录头
真实数据
隐藏字段
row_id
trx_id
roll_pointer
Reference in New Issue
View Git Blame
Copy Permalink