<%-- admin_stats_table.html : This template displays table statistics. --%> <%script%> - Table Statistics <%include style.css%> <%include top_menu.html%> <%include top_table_menu.html%> <%include footer.html%>
<%script%> Table Statistics:

Below are some statistics for the <%table%> table.

<%endloop%>
Statistic: Value:
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%>