Commit Graph

4945 Commits

Author SHA1 Message Date
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
Marc Delisle
fee4aeb2ab dbi stuff 2004-01-24 20:25:18 +00:00
Marc Delisle
c7ba753751 remove strCantLoadMySQL 2004-01-24 19:41:10 +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
Marc Delisle
155a07dd7c clarify 2004-01-24 18:36:06 +00:00
Marc Delisle
0af2b97e95 typo 2004-01-24 18:31:19 +00:00
Alexander M. Turek
3bbf75e196 forgot... 2004-01-23 16:00:50 +00:00
Alexander M. Turek
0b3ecfa77b Don't bypass $cfg['Server']['verbose'] settings; Include MySQL version in SQL printview headers. 2004-01-23 15:56:39 +00:00
Alexander M. Turek
fe55e940f4 avoid sending headers twice 2004-01-23 15:52:15 +00:00
Alexander M. Turek
2915b5c3ce Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
Michal Čihař
597dca0f1b better translation 2004-01-21 22:24:40 +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
5398bb666e use PMA_DBI_free_result 2004-01-20 20:35:00 +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
b0cc4dbb23 use PMA_DBI function 2004-01-20 19:53:53 +00:00
Marc Delisle
8d5f4afa26 use PMA function 2004-01-20 19:42:20 +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