Commit Graph

4967 Commits

Author SHA1 Message Date
Alexander M. Turek
d2debd7c20 bug #887505 2004-02-29 22:22:36 +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
Marc Delisle
be09c5b87c bug 878995 2004-02-24 19:50:19 +00:00
Marc Delisle
37e965d195 bug 903450 typo 2004-02-24 18:15:12 +00:00
Marc Delisle
fa619895d9 clickable link 2004-02-23 14:03:04 +00:00
Marc Delisle
2526d8ae79 bug 899610 2004-02-18 16:19:49 +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
cc47ec14b5 Removed forgotten calls to mysql_wrappers.lib. 2004-02-13 23:34:19 +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
9c949b15db bug 818654 2004-02-11 14:30:04 +00:00
Marc Delisle
3168d1aada lang 2004-02-08 18:48:58 +00:00
Marc Delisle
3da1f337a9 update 2004-02-08 18:48:34 +00:00
Marc Delisle
5011cd7dfa update 2004-02-08 18:24:04 +00:00
Marc Delisle
90a597b51a lang 2004-02-08 13:38:26 +00:00
Marc Delisle
1d70f31ed3 update 2004-02-08 13:37:53 +00:00
Marc Delisle
9b1707002a update 2004-02-08 13:09:55 +00:00
Marc Delisle
ad665e9f8b update 2004-02-08 13:01:00 +00:00
Marc Delisle
10ae5619e4 update 2004-02-08 12:48:43 +00:00
Alexander M. Turek
eb89fa1345 Added FAQ 1.17a about error message, "Client does not support authentication protocol". 2004-02-05 14:24:01 +00:00
Marc Delisle
40018fafae bug 890573 typo 2004-02-04 20:15:19 +00:00
Marc Delisle
b881eee141 bug 879923 2004-02-03 19:19:56 +00:00
Marc Delisle
7d15d6e7e7 doc clarification and typos 2004-02-03 18:17:28 +00:00
Marc Delisle
bd0306561b lang 2004-02-02 22:32:30 +00:00
Marc Delisle
25866c9e06 update 2004-02-02 22:32:01 +00:00
Marc Delisle
cf8d1d330f security fix 2004-02-02 17:07:55 +00:00
Marc Delisle
f6b3a15202 clarify 2004-02-02 15:35:09 +00:00
Alexander M. Turek
63a27d0992 Use PMA_backquote(). 2004-02-02 09:04:30 +00:00
Michal Čihař
a566dac9d0 updated translation 2004-01-31 10:47:26 +00:00
Alexander M. Turek
f5642d09db (de) Updates 2004-01-30 14:20:26 +00:00
Marc Delisle
1c9752ebfd strDropDatabaseStrongWarning and lang updates 2004-01-29 18:40:03 +00:00
Marc Delisle
d879ff452a strDropDatabaseStrongWarning 2004-01-29 18:38:32 +00:00
Marc Delisle
924f58ff25 47 languages 2004-01-29 16:09:57 +00:00
Marc Delisle
6913c16ea8 update 2004-01-29 14:36:14 +00:00
Marc Delisle
5320ee19ac update 2004-01-29 14:34:04 +00:00
Marc Delisle
226152c991 remove CantLoadMySQL 2004-01-29 14:24:11 +00:00
Marc Delisle
5e98637812 update 2004-01-29 14:19:20 +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
Marc Delisle
2f4da69965 bug 884606 2004-01-27 18:18:28 +00:00
Robin Johnson
2dbc6f9454 fix libraries/dbi/mysql.dbi.lib.php 2004-01-27 00:51:47 +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
486c038095 bug 882695 2004-01-25 12:35:37 +00:00
Marc Delisle
c6305b1fbe DBI stuff 2004-01-25 12:09:41 +00:00
Marc Delisle
ba7aa0770d need PMA_DBI_fetch_row 2004-01-24 21:18:32 +00:00
Marc Delisle
d67b1bbae6 dbi stuff 2004-01-24 20:39:49 +00:00