123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225 |
- <?php
- /* table/structure/display_table_stats.twig */
- class __TwigTemplate_43801ec0157f7cd750ec4cbce9e297ac01958d9db73212b91e3175d0ee8350e6 extends Twig_Template
- {
- public function __construct(Twig_Environment $env)
- {
- parent::__construct($env);
- $this->parent = false;
- $this->blocks = [
- ];
- }
- protected function doDisplay(array $context, array $blocks = [])
- {
- // line 1
- echo "<div id=\"tablestatistics\">
- <fieldset>
- <legend>";
- // line 3
- echo _gettext("Information");
- echo "</legend>
- ";
- // line 4
- if ($this->getAttribute(($context["showtable"] ?? null), "TABLE_COMMENT", [], "array")) {
- // line 5
- echo " <p>
- <strong>";
- // line 6
- echo _gettext("Table comments:");
- echo "</strong>
- ";
- // line 7
- echo twig_escape_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "TABLE_COMMENT", [], "array"), "html", null, true);
- echo "
- </p>
- ";
- }
- // line 10
- echo " <a id=\"showusage\"></a>
- ";
- // line 12
- if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
- // line 13
- echo " <table id=\"tablespaceusage\" class=\"width100 data\">
- <caption class=\"tblHeaders\">";
- // line 14
- echo _gettext("Space usage");
- echo "</caption>
- <tbody>
- <tr>
- <th class=\"name\">";
- // line 17
- echo _gettext("Data");
- echo "</th>
- <td class=\"value\">";
- // line 18
- echo twig_escape_filter($this->env, ($context["data_size"] ?? null), "html", null, true);
- echo "</td>
- <td class=\"unit\">";
- // line 19
- echo twig_escape_filter($this->env, ($context["data_unit"] ?? null), "html", null, true);
- echo "</td>
- </tr>
- ";
- // line 22
- if ((isset($context["index_size"]) || array_key_exists("index_size", $context))) {
- // line 23
- echo " <tr>
- <th class=\"name\">";
- // line 24
- echo _gettext("Index");
- echo "</th>
- <td class=\"value\">";
- // line 25
- echo twig_escape_filter($this->env, ($context["index_size"] ?? null), "html", null, true);
- echo "</td>
- <td class=\"unit\">";
- // line 26
- echo twig_escape_filter($this->env, ($context["index_unit"] ?? null), "html", null, true);
- echo "</td>
- </tr>
- ";
- }
- // line 29
- echo "
- ";
- // line 30
- if ((isset($context["free_size"]) || array_key_exists("free_size", $context))) {
- // line 31
- echo " <tr>
- <th class=\"name\">";
- // line 32
- echo _gettext("Overhead");
- echo "</th>
- <td class=\"value\">";
- // line 33
- echo twig_escape_filter($this->env, ($context["free_size"] ?? null), "html", null, true);
- echo "</td>
- <td class=\"unit\">";
- // line 34
- echo twig_escape_filter($this->env, ($context["free_unit"] ?? null), "html", null, true);
- echo "</td>
- </tr>
- <tr>
- <th class=\"name\">";
- // line 37
- echo _gettext("Effective");
- echo "</th>
- <td class=\"value\">";
- // line 38
- echo twig_escape_filter($this->env, ($context["effect_size"] ?? null), "html", null, true);
- echo "</td>
- <td class=\"unit\">";
- // line 39
- echo twig_escape_filter($this->env, ($context["effect_unit"] ?? null), "html", null, true);
- echo "</td>
- </tr>
- ";
- }
- // line 42
- echo "
- ";
- // line 43
- if (((isset($context["tot_size"]) || array_key_exists("tot_size", $context)) && (($context["mergetable"] ?? null) == false))) {
- // line 44
- echo " <tr>
- <th class=\"name\">";
- // line 45
- echo _gettext("Total");
- echo "</th>
- <td class=\"value\">";
- // line 46
- echo twig_escape_filter($this->env, ($context["tot_size"] ?? null), "html", null, true);
- echo "</td>
- <td class=\"unit\">";
- // line 47
- echo twig_escape_filter($this->env, ($context["tot_unit"] ?? null), "html", null, true);
- echo "</td>
- </tr>
- ";
- }
- // line 50
- echo "
- ";
- // line 52
- echo " ";
- if (((isset($context["free_size"]) || array_key_exists("free_size", $context)) && (((( // line 53
- ($context["tbl_storage_engine"] ?? null) == "MYISAM") || ( // line 54
- ($context["tbl_storage_engine"] ?? null) == "ARIA")) || ( // line 55
- ($context["tbl_storage_engine"] ?? null) == "MARIA")) || ( // line 56
- ($context["tbl_storage_engine"] ?? null) == "BDB")))) {
- // line 57
- echo " <tr class=\"tblFooters print_ignore\">
- <td colspan=\"3\" class=\"center\">
- <a href=\"sql.php\" data-post=\"";
- // line 59
- echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
- echo "&pos=0&sql_query=";
- // line 60
- echo twig_escape_filter($this->env, twig_urlencode_filter(("OPTIMIZE TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null)))), "html", null, true);
- echo "\">
- ";
- // line 61
- echo PhpMyAdmin\Util::getIcon("b_tbloptimize", _gettext("Optimize table"));
- echo "
- </a>
- </td>
- </tr>
- ";
- }
- // line 66
- echo " </tbody>
- </table>
- ";
- }
- // line 69
- echo "
- ";
- // line 70
- $this->loadTemplate("table/structure/row_stats_table.twig", "table/structure/display_table_stats.twig", 70)->display(["showtable" => // line 71
- ($context["showtable"] ?? null), "tbl_collation" => // line 72
- ($context["tbl_collation"] ?? null), "is_innodb" => // line 73
- ($context["is_innodb"] ?? null), "mergetable" => // line 74
- ($context["mergetable"] ?? null), "avg_size" => (( // line 75
- (isset($context["avg_size"]) || array_key_exists("avg_size", $context))) ? (($context["avg_size"] ?? null)) : (null)), "avg_unit" => (( // line 76
- (isset($context["avg_unit"]) || array_key_exists("avg_unit", $context))) ? (($context["avg_unit"] ?? null)) : (null))]);
- // line 78
- echo " </fieldset>
- </div>
- ";
- }
- public function getTemplateName()
- {
- return "table/structure/display_table_stats.twig";
- }
- public function isTraitable()
- {
- return false;
- }
- public function getDebugInfo()
- {
- return array ( 193 => 78, 191 => 76, 190 => 75, 189 => 74, 188 => 73, 187 => 72, 186 => 71, 185 => 70, 182 => 69, 177 => 66, 169 => 61, 165 => 60, 162 => 59, 158 => 57, 156 => 56, 155 => 55, 154 => 54, 153 => 53, 151 => 52, 148 => 50, 142 => 47, 138 => 46, 134 => 45, 131 => 44, 129 => 43, 126 => 42, 120 => 39, 116 => 38, 112 => 37, 106 => 34, 102 => 33, 98 => 32, 95 => 31, 93 => 30, 90 => 29, 84 => 26, 80 => 25, 76 => 24, 73 => 23, 71 => 22, 65 => 19, 61 => 18, 57 => 17, 51 => 14, 48 => 13, 46 => 12, 42 => 10, 36 => 7, 32 => 6, 29 => 5, 27 => 4, 23 => 3, 19 => 1,);
- }
- /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
- public function getSource()
- {
- @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
- return $this->getSourceContext()->getCode();
- }
- public function getSourceContext()
- {
- return new Twig_Source("", "table/structure/display_table_stats.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\table\\structure\\display_table_stats.twig");
- }
- }
|