如果表的引擎是InnoDB,Delete From 结果后是不会腾出被删除的记录(存储)空间的。
需要执行:optimize table 表名;
optimize table 表名;
eg:optimize table eh_user_bonus;