parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
"; // line 3 echo _gettext("Information"); echo " "; // line 4 if ($this->getAttribute((isset($context["showtable"]) ? $context["showtable"] : null), "TABLE_COMMENT", array(), "array")) { // line 5 echo "

"; // line 6 echo _gettext("Table comments:"); echo " "; // line 7 echo twig_escape_filter($this->env, $this->getAttribute((isset($context["showtable"]) ? $context["showtable"] : null), "TABLE_COMMENT", array(), "array"), "html", null, true); echo "

"; } // line 10 echo " "; // line 12 if (( !(isset($context["tbl_is_view"]) ? $context["tbl_is_view"] : null) && !(isset($context["db_is_system_schema"]) ? $context["db_is_system_schema"] : null))) { // line 13 echo " "; // line 22 if ((isset($context["index_size"]) || array_key_exists("index_size", $context))) { // line 23 echo " "; } // line 29 echo " "; // line 30 if ((isset($context["free_size"]) || array_key_exists("free_size", $context))) { // line 31 echo " "; } // line 42 echo " "; // line 43 if (((isset($context["tot_size"]) || array_key_exists("tot_size", $context)) && ((isset($context["mergetable"]) ? $context["mergetable"] : null) == false))) { // line 44 echo " "; } // line 50 echo " "; // line 52 echo " "; if (((isset($context["free_size"]) || array_key_exists("free_size", $context)) && (((( // line 53 (isset($context["tbl_storage_engine"]) ? $context["tbl_storage_engine"] : null) == "MYISAM") || ( // line 54 (isset($context["tbl_storage_engine"]) ? $context["tbl_storage_engine"] : null) == "ARIA")) || ( // line 55 (isset($context["tbl_storage_engine"]) ? $context["tbl_storage_engine"] : null) == "MARIA")) || ( // line 56 (isset($context["tbl_storage_engine"]) ? $context["tbl_storage_engine"] : null) == "BDB")))) { // line 57 echo " "; } // line 66 echo "
"; // line 14 echo _gettext("Space usage"); echo "
"; // line 17 echo _gettext("Data"); echo " "; // line 18 echo twig_escape_filter($this->env, (isset($context["data_size"]) ? $context["data_size"] : null), "html", null, true); echo " "; // line 19 echo twig_escape_filter($this->env, (isset($context["data_unit"]) ? $context["data_unit"] : null), "html", null, true); echo "
"; // line 24 echo _gettext("Index"); echo " "; // line 25 echo twig_escape_filter($this->env, (isset($context["index_size"]) ? $context["index_size"] : null), "html", null, true); echo " "; // line 26 echo twig_escape_filter($this->env, (isset($context["index_unit"]) ? $context["index_unit"] : null), "html", null, true); echo "
"; // line 32 echo _gettext("Overhead"); echo " "; // line 33 echo twig_escape_filter($this->env, (isset($context["free_size"]) ? $context["free_size"] : null), "html", null, true); echo " "; // line 34 echo twig_escape_filter($this->env, (isset($context["free_unit"]) ? $context["free_unit"] : null), "html", null, true); echo "
"; // line 37 echo _gettext("Effective"); echo " "; // line 38 echo twig_escape_filter($this->env, (isset($context["effect_size"]) ? $context["effect_size"] : null), "html", null, true); echo " "; // line 39 echo twig_escape_filter($this->env, (isset($context["effect_unit"]) ? $context["effect_unit"] : null), "html", null, true); echo "
"; // line 45 echo _gettext("Total"); echo " "; // line 46 echo twig_escape_filter($this->env, (isset($context["tot_size"]) ? $context["tot_size"] : null), "html", null, true); echo " "; // line 47 echo twig_escape_filter($this->env, (isset($context["tot_unit"]) ? $context["tot_unit"] : null), "html", null, true); echo "
env, (isset($context["url_query"]) ? $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((isset($context["table"]) ? $context["table"] : null)))), "html", null, true); echo "\"> "; // line 61 echo PhpMyAdmin\Util::getIcon("b_tbloptimize", _gettext("Optimize table")); echo "
"; } // line 69 echo " "; // line 70 $this->loadTemplate("table/structure/row_stats_table.twig", "table/structure/display_table_stats.twig", 70)->display(array("showtable" => // line 71 (isset($context["showtable"]) ? $context["showtable"] : null), "tbl_collation" => // line 72 (isset($context["tbl_collation"]) ? $context["tbl_collation"] : null), "is_innodb" => // line 73 (isset($context["is_innodb"]) ? $context["is_innodb"] : null), "mergetable" => // line 74 (isset($context["mergetable"]) ? $context["mergetable"] : null), "avg_size" => (( // line 75 (isset($context["avg_size"]) || array_key_exists("avg_size", $context))) ? ((isset($context["avg_size"]) ? $context["avg_size"] : null)) : (null)), "avg_unit" => (( // line 76 (isset($context["avg_unit"]) || array_key_exists("avg_unit", $context))) ? ((isset($context["avg_unit"]) ? $context["avg_unit"] : null)) : (null)))); // line 78 echo "
"; } 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", "/var/www/localhost/htdocs/phpmyadmin/templates/table/structure/display_table_stats.twig"); } }