Commit Graph

1115 Commits

Author SHA1 Message Date
Marc Delisle
d4614b526a bug 887933, nested forms 2004-03-09 20:52:30 +00:00
Michal Čihař
ab6f25e097 Support for site configurable header and footer (patch #893477). 2004-03-09 17:07:43 +00:00
Michal Čihař
0914c72f15 Can add custom text to SQL export headers (RFE #874361). 2004-03-09 16:21:37 +00:00
Michal Čihař
482182526b CRLF -> LF 2004-03-09 15:54:00 +00:00
Michal Čihař
382283de19 minor export fixes 2004-03-09 15:27:34 +00:00
Michal Čihař
4bc0f3cb14 one more strlen transition missed 2004-03-09 15:05:23 +00:00
Michal Čihař
88dc344cdb Use charset aware substr and strlen functions (bugs #854755 and #910575). 2004-03-09 15:02:28 +00:00
Michal Čihař
399318d264 Fix PMA_mysql_fetch_array return value for last result (bug #905223). 2004-03-09 14:21:31 +00:00
Michal Čihař
8fcbd55910 Remove possible double charset conversion. 2004-03-09 14:01:17 +00:00
Marc Delisle
2ed606d914 bug 906551 2004-03-05 18:56:53 +00:00
Marc Delisle
e22f80a3bf bug 909752 2004-03-05 17:58:10 +00:00
Marc Delisle
6ce5dfa493 cookie login does not work if LoginCookieValidity is not defined 2004-03-01 18:31:21 +00:00
Alexander M. Turek
4c1117e937 Yet another ungly fix concerning the missing mysql_get_client_info() function. 2004-02-29 22:31:25 +00:00
Michal Čihař
36bb7a6acf more secure cookie login 2004-02-27 13:56:34 +00:00
Marc Delisle
5b74413834 bug 905066 2004-02-26 16:49:24 +00:00
Alexander M. Turek
6279474b3a Charset stuff 2004-02-15 01:07:20 +00:00
Alexander M. Turek
3102a23c09 Introduced options parameter for query functions. 2004-02-14 00:36:14 +00:00
Alexander M. Turek
fd25405391 fixed my previous fix... (I was just too tired ;-) ) 2004-02-14 00:24:57 +00:00
Alexander M. Turek
9abea89287 bug #890186 2004-02-13 23:03:39 +00:00
Marc Delisle
866653209d bug 879005 2004-02-11 18:25:28 +00:00
Marc Delisle
40018fafae bug 890573 typo 2004-02-04 20:15:19 +00:00
Alexander M. Turek
63a27d0992 Use PMA_backquote(). 2004-02-02 09:04:30 +00:00
Marc Delisle
d879ff452a strDropDatabaseStrongWarning 2004-01-29 18:38:32 +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
Robin Johnson
9ef1abb59c unix linefeeds! 2004-01-27 00:49:13 +00:00
Marc Delisle
a5d3509065 PMA_DBI_num_fields 2004-01-25 22:56:26 +00:00
Marc Delisle
1bb4a951a4 bug 879792 2004-01-25 13:18:19 +00:00
Marc Delisle
ba7aa0770d need PMA_DBI_fetch_row 2004-01-24 21:18:32 +00:00
Marc Delisle
425759a2e1 use generic CantLoad message 2004-01-24 19:01:56 +00:00
Marc Delisle
640826d6e4 use generic CantLoad message 2004-01-24 18:55:15 +00:00
Marc Delisle
279d4d3cde avoid display of errors 2004-01-24 18:44:13 +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
a7bd761f3f PMA_DBI_affected_rows 2004-01-20 21:03:31 +00:00
Marc Delisle
a69eb2ebbc PMA_DBI_insert_id 2004-01-20 20:52:28 +00:00
Marc Delisle
55d1fe7b93 use PMA_DBI function 2004-01-20 20:31:40 +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
Marc Delisle
0c31d7c7a8 PMA_DBI_num_rows 2004-01-20 18:17:13 +00:00
Marc Delisle
749f928298 update 2004-01-20 16:31:21 +00:00
Marc Delisle
02e945b376 PMA_DBI_get_dblist 2004-01-19 20:09:43 +00:00
Alexander M. Turek
9b427fd7f6 backwards compatibility 2004-01-17 23:08:49 +00:00
Alexander M. Turek
6a6953899e Freed main.php from all direct calls to mysql_wrappers or the MySQL API. 2004-01-17 23:04:34 +00:00
Marc Delisle
f451fa39bb adjust comment 2004-01-17 20:07:50 +00:00
Alexander M. Turek
7eced930bc database abstraction, part I 2004-01-17 01:47:36 +00:00
Marc Delisle
e3048e5867 2.6.0 2004-01-12 18:48:56 +00:00
Alexander M. Turek
5674ec0f46 Support for _charset syntax. 2004-01-09 23:17:21 +00:00
Marc Delisle
26060a0ae9 bug 873236 2004-01-09 14:17:35 +00:00
Marc Delisle
13f274c4e7 bug 857743 2004-01-07 18:13:14 +00:00
Alexander M. Turek
72701d3a1a Skip charset conversion code if input charset and output charset are the same. 2004-01-06 21:49:42 +00:00
Garvin Hicking
62de51e085 reverted. see rfe 867284 2004-01-05 16:10:15 +00:00