Commit Graph

52 Commits

Author SHA1 Message Date
Sebastian Mendel
41f8199ae9 - added browser icon for each field (count unique values)
- removed styling
 - make use of global row highlighting/marking
 - display 'print table' and row stats for views
 - no actions for info_schema tables
2005-10-27 08:14:08 +00:00
Marc Delisle
5760c8fa5b no need to check the version 2005-10-16 19:24:47 +00:00
Marc Delisle
72f452205e bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x 2005-10-16 18:48:10 +00:00
Marc Delisle
6d4db4249d bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x 2005-10-16 13:00:23 +00:00
Sebastian Mendel
8b6facdf39 no table statistics for information_schema 2005-10-11 13:57:47 +00:00
Michal Čihař
3649d901ec Use more require_once to avoid acquiring table info several times. 2005-10-08 18:14:09 +00:00
Michal Čihař
0e213027cd oops, this does not remove line, it only places it on wrong place 2005-10-08 17:55:22 +00:00
Michal Čihař
e98a759924 no need for line now 2005-10-08 17:52:07 +00:00
Michal Čihař
31aec9bf5b Removed query box as discussed on mailing list. 2005-10-08 17:50:58 +00:00
Sebastian Mendel
b8741540db moved all code for queryboxes into libraries/sql_query_form.lib.php, replaced table with fieldsets, moved styles into css, minor interface changes related to queryboxes 2005-09-27 13:53:49 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00
Marc Delisle
3b0a77bc51 bug #1157230, escape special chars in ENUM or SET 2005-07-23 12:02:37 +00:00
Michal Čihař
9216ba0729 Show better error messages when checking numerical inputs (bug #1207402). 2005-07-10 20:35:58 +00:00
Alexander M. Turek
321bfbfb4f Undefined index 2005-06-22 15:50:23 +00:00
Marc Delisle
fe8cd66697 bug #1163595, NULL detection for TIMESTAMP 2005-05-22 12:43:46 +00:00
Marc Delisle
6bedb51f28 bug 1190092, wrong detection of NULL fields with MySQL 5.0.x 2005-04-26 16:05:30 +00:00
Marc Delisle
b8b9334da9 experimental support in table structure editing for MySQL 4.1.2+ TIMESTAMP options 2005-03-16 17:23:58 +00:00
Marc Delisle
de39a0da17 start merging code for MySQL 4.1.2 TIMESTAMPs 2005-03-12 13:57:56 +00:00
Alexander M. Turek
a47d428faf Views 2005-01-12 10:07:13 +00:00
Alexander M. Turek
ad677468e1 TH numbering 2005-01-11 21:53:53 +00:00
Michal Čihař
f9f7d5666a Fix typo that broke multi submits for MSIE (bug #1052674). 2004-10-25 13:28:19 +00:00
Michal Čihař
cdf7099b18 Allow index creating on multiple fields (RFE #990136). 2004-10-21 15:35:07 +00:00
Michal Čihař
1eaea0fe95 New function PMA_buttonOrImage to display button or image to submit form and not to duplicate code on all places. 2004-10-21 11:59:21 +00:00
Michal Čihař
3f258cfb45 Cleanup of message displaying and navigation reloading. 2004-10-21 10:18:12 +00:00
Garvin Hicking
9392a58483 removed superfluous spaces, introduced more CSS ID attributes 2004-10-08 11:14:08 +00:00
Michal Čihař
4f819006bc Use also $strAddFields (as suggested by Marc). 2004-09-29 20:13:33 +00:00
Marc Delisle
c5b3b01641 support of BINARY and VARBINARY field types 2004-08-28 14:14:14 +00:00
Michal Čihař
ca5b16f654 Change look of adding fields into table (bug #991095).
I again did some XHTML validation, so removed few of most obvious errors, but there are still many, mostly missing alt attributtes for images and wrongly nested tags.
2004-08-12 15:13:20 +00:00
Michal Čihař
4c01367304 Allow to create primary key when there was none before (bug #996246). 2004-07-28 14:17:44 +00:00
Marc Delisle
eaea6da89d BrowseMarkerEnable 2004-06-24 14:20:26 +00:00
Marc Delisle
f5db2f7cfe BrowsePointerEnable 2004-06-24 13:47:01 +00:00
Marc Delisle
1142f3cbed enable Relation view for InnoDB even if the internal infrastructure is not available 2004-06-17 11:13:14 +00:00
Marc Delisle
84c19c0f42 theme none should be original 2004-06-15 17:03:34 +00:00
Marc Delisle
d9a21610d1 redesign part 3 2004-06-13 21:39:08 +00:00
Michal Čihař
1aaa89fa54 Little code reorganistaion (RFE #957308), removed some remaining php3 compatibility code in SQL parser. 2004-05-20 16:14:13 +00:00
Alexander M. Turek
0b6975f8bd Patch #947190 2004-05-16 17:32:15 +00:00
Garvin Hicking
05f4ca30b2 fix IE row-selection borkage 2004-05-10 13:24:22 +00:00
Garvin Hicking
2727d06dd9 hover cursor for columns 2004-05-05 15:08:23 +00:00
Michal Čihař
2bb3740852 some more nobr fixes 2004-04-29 14:22:10 +00:00
Michal Čihař
850741a174 Be valid XHTML 1.0 2004-04-27 12:55:53 +00:00
Michal Čihař
04229e997f Be valid XHTML. 2004-04-27 11:54:54 +00:00
Alexander M. Turek
860282b789 more collation stuff 2004-04-17 03:07:15 +00:00
Marcel Tschopp
031ecca8b7 Changed some queries to use MYSQLI_STORE_RESULT. 2004-04-12 18:34:58 +00:00
Marcel Tschopp
4e62f7658f Changed some queries to use MYSQLI_STORE_RESULT.
phpMyAdmin now works with MYSQLI_USE_RESULT as default.
2004-04-10 16:19:21 +00:00
Garvin Hicking
b8df10e41e Get rid of mysql_data_seek(). Use pre-cached PHP array for mysqli
compatibility and bandwidth saving.

Memory issues by caching should not arise, as the used cache will (in our
previously used cases) only cache index fields and max. 200 relation rows.

I tested performance on my machine: By fetching 400kb of data twice via
mysql_fetch_row() -> mysql_data_seek() -> mysql_fetch_row() this was
performed in 0.25 seconds. By fetching it once and caching in a PHP array
via mysql_fetch_row -> foreach this is performed in 0.32 seconds.

With usual data as used in PMA (10kb) I could only detect a performance
change of 0.009 seconds, which is respectable I think.

By not using mysql_data_seek we are later able to use global mysqli
USE_RESULT options to fetch rows singly. I discussed that yesterday with
Rabus, and if there are any objections we can surely discuss that further on
the list.
2004-01-28 11:23:38 +00:00
Alexander M. Turek
2915b5c3ce Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
Marc Delisle
f8d049ace5 use PMA_DBI function 2004-01-20 20:24:00 +00:00
Marc Delisle
28a5d0476e PMA_DBI_num_rows 2004-01-20 19:35:37 +00:00
Alexander M. Turek
f10c27765e Various charset / collation fixes. 2003-12-29 17:15:14 +00:00
Alexander M. Turek
37d50c1822 Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00