%--
admin_stats_table.html : This template displays table statistics.
--%>
<%include top_menu.html%>
<%include top_table_menu.html%>
Below are some statistics for the <%table%> table.
|
| Table Name |
<%table%> |
| Table Type |
<%type%> |
| Row Format |
<%format%> |
| Number of Rows |
<%rows%> |
| Average Row Length |
<%arl%> |
| Data Length |
<%datlen%> |
| Max Data Length |
<%maxdl%> bytes or <%maxdlg%> gigabytes |
| Index Length |
<%index%> |
| Data Free |
<%free%> |
| Auto Increment |
<%if ai%>Yes<%else%>No<%endif%> |
| Create Time |
<%ctime%> |
| Update Time |
<%if utime%><%utime%><%else%>None<%endif%> |
| Check Time |
<%if chtime%><%chtime%><%else%>None<%endif%> |
| Create Options |
<%if opts%><%opts%><%else%>None<%endif%> |
| Comments |
<%if comm%><%comm%><%else%>None<%endif%> |
<%endloop%>
|
<%include footer.html%>