diff --git a/sql.php b/sql.php
index 12c6ac582..9a370d8c3 100644
--- a/sql.php
+++ b/sql.php
@@ -14,6 +14,7 @@ require_once './libraries/check_user_privileges.lib.php';
require_once './libraries/bookmark.lib.php';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
+$GLOBALS['js_include'][] = 'pMap.js';
/**
* Defines the url to return to in case of error in a sql statement
@@ -602,7 +603,7 @@ else {
}
if (isset($profiling_results)) {
- PMA_profilingResults($profiling_results);
+ PMA_profilingResults($profiling_results, true);
}
// Displays the results in a table
diff --git a/tbl_chart.php b/tbl_chart.php
new file mode 100644
index 000000000..f02a73b74
--- /dev/null
+++ b/tbl_chart.php
@@ -0,0 +1,192 @@
+
+
+
+
diff --git a/themes/original/img/b_chart.png b/themes/original/img/b_chart.png
new file mode 100644
index 000000000..388ec3006
Binary files /dev/null and b/themes/original/img/b_chart.png differ