Commit Graph

286 Commits

Author SHA1 Message Date
Tyron Madlener
ad99bc70e5 code style improvements 2011-08-10 11:26:38 +03:00
Tyron Madlener
e4924833c7 Load flashcanvas.js only for IE version below 9 2011-08-10 10:51:42 +03:00
Tyron Madlener
f10a0bd1ca adjusted to PMA_AddJSCode() 2011-08-09 10:36:18 +03:00
Tyron Madlener
8cdfa37d46 Merge remote-tracking branch 'origin/master'
Conflicts:
	js/functions.js
	js/server_status.js
	js/server_variables.js
	libraries/advisory_rules.txt
	server_status.php
2011-08-08 16:35:10 +03:00
Tyron Madlener
666732baf2 - Merged rgbcolor.js into canvg.js
- Status monitor now loads on demand (when tab is clicked)
2011-08-08 14:05:55 +03:00
Piotr Przybylski
7f1fa1bab0 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	js/server_status.js
	libraries/database_interface.lib.php
	libraries/mysql_charsets.lib.php
2011-08-05 17:17:47 +02:00
Tyron Madlener
f4afe963b6 Advisor:
- l10n in php/js code
 - code style improvements
 - ui style improvements
 - syntax/run errors in advisory_rules.txt are now displayed in advisor tab
2011-08-05 15:50:06 +03:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +02:00
Michal Čihař
ec589b6acd Whitespace cleanup 2011-08-05 13:56:18 +02:00
Michal Čihař
d3cee82ae9 Merge remote-tracking branch 'origin/QA_3_4'
Conflicts:
	server_status.php
2011-08-05 13:53:26 +02:00
Michal Čihař
f9b77fd153 Add missing space (bug#3386434) 2011-08-05 13:51:05 +02:00
Piotr Przybylski
66665f326a Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	db_qbe.php
	js/server_status.js
	libraries/export/xml.php
	libraries/schema/Pdf_Relation_Schema.class.php
	tbl_printview.php
	tbl_structure.php
2011-08-04 20:19:43 +02:00
Michal Čihař
41bbe32b12 Merge remote-tracking branch 'tyron/master'
Conflicts:
	js/functions.js
2011-08-04 13:58:20 +02:00
Tyron Madlener
63dd549550 - Status variables, new filter: 'Show unformatted values'
- Advisory System v0.1
  - A simple rules engine implementation (advisor.lib.php)
  - 51 performance rules based on the mysqltuner 2.0 rules, heavily improved and some newly added (advisory_rules.txt)
  - 'Advisory' Tab displaying the recommendations
2011-08-04 10:43:57 +03:00
Piotr Przybylski
ce7e6feaf5 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	libraries/export/htmlword.php
	libraries/export/latex.php
	libraries/export/odt.php
	libraries/export/sql.php
	libraries/export/texytext.php
	libraries/export/xml.php
2011-08-03 00:25:43 +02:00
Piotr Przybylski
0427378a05 Allow to use noclick class on table level 2011-08-02 23:14:52 +02:00
Tyron Madlener
5ec242bc14 Small improvements:
- Byte value also for query_cache_limit
- In Status and Server variables, '_' and ' ' can be used interchangably, but only worked for the first occurence
- For analysing queries from slow query log, database name is passed on and selected prior to analyzing the query
- Timespan format also for Uptime
2011-08-02 11:25:26 +03:00
Piotr Przybylski
b41976e552 Drizzle: Respect MaxCharactersInDisplayedSQL in process list on Server Status page 2011-08-02 01:36:57 +02:00
Piotr Przybylski
40a8e46392 Merge remote-tracking branch 'origin/master' into drizzle 2011-08-02 01:29:22 +02:00
Piotr Przybylski
3a373b4a14 Respect MaxCharactersInDisplayedSQL in process list on Server Status page 2011-08-02 01:27:52 +02:00
Tyron Madlener
30e303f214 Reapplied Marcs newline removal in messages 2011-07-31 16:13:58 +03:00
Tyron Madlener
1a5c8ccbf7 Added notice for users of < MySQL 5.1.6 that table logging ist not available 2011-07-31 15:58:15 +03:00
Piotr Przybylski
b57fda5b3d Merge remote-tracking branch 'origin/master' into drizzle 2011-07-31 00:46:49 +02:00
Tyron Madlener
a2b6df6fb7 Merge remote-tracking branch 'origin/master' 2011-07-29 18:18:26 +03:00
Marc Delisle
d32011572c Remove unneeded line feeds in message 2011-07-29 10:27:26 -04:00
Marc Delisle
fdcad5b064 Remove unneeded line feeds in message 2011-07-29 10:21:51 -04:00
Tyron Madlener
0017203945 Chart Grid importing and exporting feature. 2011-07-28 19:59:17 +03:00
Tyron Madlener
29168e1a0a Monitor: Chart title and series names now editable 2011-07-27 17:38:15 +03:00
Tyron Madlener
01e185831e Merge remote-tracking branch 'origin/master'
Conflicts:
	js/functions.js
	js/server_status.js
	server_status.php
2011-07-27 11:18:46 +03:00
Tyron Madlener
a4b916e6cd drizzle adjustment 2011-07-27 11:16:28 +03:00
Tyron Madlener
8fb2eacb66 drizzle support 2011-07-26 16:25:52 +03:00
Tyron Madlener
74ef217ffd Query Analyzer Dialog:
- Show all explains
- Mark bad explain values as red
2011-07-26 16:03:17 +03:00
Tyron Madlener
bbd1d9f26e Added documentation link to profiling status names 2011-07-26 13:35:35 +03:00
Tyron Madlener
48d35cc333 Monitor fixes:
- Long INSERT and UPDATE queries are also truncated for slow_log queries
- Truncated queries have a byte count appended instead of "[Array]"
2011-07-26 12:47:54 +03:00
Tyron Madlener
f740cfb2bc Fixes on Monitor:
- Removing chart didn't remove div element
- Loading from slow_log never returned any results
- slow_log query_time and lock_time wrongly calculated
- Grouping by ignoring variables, now also sums up all the count columns for slow query log results
- Wrong query profiling information
2011-07-26 12:36:32 +03:00
Tyron Madlener
04613d5b1f Fixed slow log as data source 2011-07-25 23:44:55 +03:00
Piotr Przybylski
f2935d56d9 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	js/server_status.js
	server_status.php
2011-07-25 21:55:16 +02:00
Tyron Madlener
6d7244eeea - Live charting: Error message on invalid server response
- Fixed bugged CPU chart not displaying anything
2011-07-25 22:10:52 +03:00
Michal Čihař
f34dfda0fe Merge remote-tracking branch 'tyron/master'
Conflicts:
	js/functions.js
	js/server_status.js
	js/sql.js
	libraries/common.lib.php
	server_status.php
	themes/pmahomme/css/theme_left.css.php
2011-07-25 11:32:22 +02:00
Piotr Przybylski
3586bb992f Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	db_structure.php
	libraries/database_interface.lib.php
	libraries/server_synchronize.lib.php
	server_status.php
	sql.php
2011-07-22 11:07:04 +02:00
Michal Čihař
d55306252b Replace tabs with spaces, cleanup identation 2011-07-22 10:15:08 +02:00
Michal Čihař
219ec73d69 Spacing around if 2011-07-22 09:10:37 +02:00
Piotr Przybylski
74a00a110f Drizzle has no usable query log, hide appropriate features in Server Status 2011-07-21 23:23:34 +02:00
Tyron Madlener
bf20f06683 Adjusted some places to adjust to current master changes, plus IE8 fix for Status page 2011-07-21 17:46:03 +03:00
Tyron Madlener
9f343e6ead Merge remote-tracking branch 'origin/master'
Conflicts:
	js/functions.js
	libraries/common.lib.php
	libraries/header.inc.php
	server_status.php
2011-07-21 17:41:06 +03:00
Piotr Przybylski
f36b2e5441 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	libraries/db_links.inc.php
	libraries/server_links.inc.php
	tbl_structure.php
	themes/pmahomme/css/theme_right.css.php
2011-07-21 16:21:16 +02:00
Michal Čihař
9730a6b3d7 Merge commit '97b1375605f241481a953e2c78eb42d43f84fa9d'
Conflicts:
	js/functions.js
	libraries/common.lib.php
	libraries/header.inc.php
	server_status.php
2011-07-21 15:51:05 +02:00
Piotr Przybylski
a28beb9c1f Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	libraries/server_synchronize.lib.php
	server_status.php
2011-07-21 15:25:52 +02:00
Tyron Madlener
def2df01f3 Fix: undefined index php notice
Fix: INSERT queries not being grouped
2011-07-21 15:26:30 +03:00
Tyron Madlener
c30d209146 Query Analyzer Dialog v0.1 2011-07-21 13:38:51 +03:00
Piotr Przybylski
82675f778d Server status: use Questions variable (Drizzle) 2011-07-21 11:27:28 +02:00
Michal Čihař
48e9af42e0 Add missing space after foreach calls 2011-07-21 11:21:26 +02:00
Piotr Przybylski
392d463a88 Fix merged file 2011-07-20 18:54:59 +02:00
Piotr Przybylski
6ab10cdf83 Merge remote-tracking branch 'origin/master' into drizzle 2011-07-20 18:53:14 +02:00
Piotr Przybylski
75bb94f923 Fix strings 2011-07-20 18:52:28 +02:00
Piotr Przybylski
c9e3e70809 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	server_status.php
2011-07-20 18:45:00 +02:00
Piotr Przybylski
e386d58986 $server_db_isLocal - account for IPv6 loopback address
Only the most common form ('::1') is recognized
2011-07-20 18:42:50 +02:00
Piotr Przybylski
23c5e3282f Code formatting 2011-07-20 18:38:37 +02:00
Piotr Przybylski
6dbcab261e Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	server_status.php
2011-07-20 18:23:21 +02:00
Tyron Madlener
5022829ae6 Monitor Logs Feature: Grouping of Queries, ignoring variable data in WHERE Statements 2011-07-20 12:08:05 +03:00
Tyron Madlener
a4064cd8ab Monitor: Log table filtering and summation 2011-07-18 13:13:40 +03:00
Tyron Madlener
da943ecbf7 PMA Icons to sprites part 1 2011-07-14 15:37:08 +03:00
Tyron Madlener
db00fef993 - Monitor: Columns instead of chart width/height 2011-07-13 13:36:03 +03:00
Tyron Madlener
a506d25b6d Code cleanup, replaced jquery ui sortable with new sortableTable plugin 2011-07-12 21:07:34 +03:00
Tyron Madlener
e2dae437e1 - No CPU,Memory & Swap Charts for DB servers that are not localhost
- Everything now internationalized (phew, this took a while)
2011-07-11 20:42:19 +03:00
Tyron Madlener
0b77b4899d Monitor Log Analyzer: Also truncate long UPDATE's 2011-07-10 20:10:20 +03:00
Tyron Madlener
68b3152a05 Monitor: Save settings to localStorage v0.1 2011-07-10 19:40:51 +03:00
Tyron Madlener
c2fbe0cc25 More usability improvements 2011-07-09 23:15:50 +03:00
Tyron Madlener
49360696ef also recognize lower case insert 2011-07-09 22:25:33 +03:00
Tyron Madlener
b0e977c835 Monitor: Usability improvements 2011-07-09 21:49:25 +03:00
Tyron Madlener
23a248b980 Now actually does group INSERTs 2011-07-09 19:59:42 +03:00
Tyron Madlener
ab4bf6d737 Monitor Log analyzer: This change should hopefully reduce insert length and group together inserts into same table 2011-07-09 19:01:06 +03:00
Tyron Madlener
87736c6b6d Monitor Log loading: Better feedback 2011-07-08 11:38:57 +03:00
Tyron Madlener
5edc262033 bugfix for foreach error 2011-07-08 09:01:32 +03:00
Tyron Madlener
b1405cd68d Monitor: log selection feature v0.1 2011-07-07 20:28:49 +03:00
Tyron Madlener
c9b2f3c69c Small improvements 2011-07-07 13:07:37 +03:00
Tyron Madlener
7e9dad57f3 - Monitor instructions dialog allowing you to set some log vars 2011-07-06 15:28:59 +02:00
Tyron Madlener
2ee9f03cbb Merge remote-tracking branch 'origin/master' into tyronm 2011-07-05 18:09:55 +02:00
Tyron Madlener
b8fbb9d1af Work on the Server Monitor and other things 2011-07-05 17:35:10 +02:00
Tyron Madlener
9d71927551 Small improvements/fixes 2011-07-05 09:23:58 +02:00
Tyron Madlener
cdffaf3115 Small adjustments and linux cpu usage fixed 2011-07-04 11:33:11 +02:00
Tyron Madlener
29f73bf0f0 Monitor (abusing demo server for debugging :D):
- Fix for cached mem, cpu load under linux
- Linux memory and swap are stacked
2011-07-01 12:52:55 +02:00
Tyron Madlener
31ea2ca2c8 CPU, Memory and SWAP Usage charts for Windows and Linux 2011-07-01 10:55:52 +02:00
Tyron Madlener
cf1c711445 chartGrid: Refreshrate and chart size can be changed now 2011-06-30 17:44:47 +02:00
Tyron Madlener
0d64558f73 - Chartgrid:
- Buttons for edit/remove chart
  - Charts can be removd now
2011-06-29 19:11:45 +02:00
Tyron Madlener
2c1a5f3ef9 - Live charting grid: Now you can add new charts to the grid
- Bugfixes
2011-06-25 17:05:33 +02:00
Tyron Madlener
3fba1ffea0 Live charting grid v0.1 2011-06-23 20:35:02 +02:00
Piotr Przybylski
e38b5cd4ff Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	db_structure.php
	libraries/common.lib.php
	libraries/database_interface.lib.php
	tbl_structure.php
2011-06-23 14:02:58 +02:00
Tyron Madlener
eb48fc2efb - Fixes race condition in live charting (when the user changes the refresh rate while there is a POST request to get new data the live chart had 2 timeouts running concurrently)
- Some fixes on l10n as suggested by Michal on the mailing list
2011-06-22 13:23:26 +02:00
Tyron Madlener
c7cf7574e4 - Status page now displaying server variable Questions instead of the sum of the Com_ statements. 'Questions' is an established performance measure, the sum of the Com_ statements is not
- Query pie chart displays always at least 7 statement types
- Live charts now use the server time on the x-axis, making them independent of time-zones
2011-06-22 10:22:22 +02:00
Michal Čihař
a0ee259418 Merge remote-tracking branch 'tyron/master'
Conflicts:
	server_status.php
2011-06-22 08:32:48 +02:00
Tyron Madlener
e7f2afe8ce - Label for live chart refresh rate list
- Better alignment for query pie chart
- some variable escaping for variable editing
2011-06-20 21:15:23 +02:00
Michal Čihař
aa83986a29 Merge remote-tracking branch 'tyron/master' 2011-06-20 11:50:06 +02:00
Piotr Przybylski
2977b71609 Use DD views instead of SHOW PROCESSLIST (Drizzle) 2011-06-19 20:01:15 +02:00
Piotr Przybylski
5951bd9373 Use concat() instead of ANSI string concatenation 2011-06-19 14:46:49 +02:00
Piotr Przybylski
6eb6a99300 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	server_status.php
2011-06-17 20:49:28 +02:00
Piotr Przybylski
c4ae361ecb Formatting 2011-06-17 20:47:40 +02:00
Piotr Przybylski
ae42913629 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	server_status.php
2011-06-17 20:41:42 +02:00
Tyron Madlener
5c44a40248 Bugfixes, Adjustments and Server variable editing 2011-06-17 19:04:00 +02:00
Michal Čihař
244427b9d2 Add missing quotes to the link 2011-06-17 14:53:55 +02:00