Marc Delisle
c7ba1bb032
bug #1832285 mysql DBI does not handle when control user connection fails
2007-12-09 13:06:21 +00:00
Michal Čihař
a3bdb36ba6
mysql_connect can return false on failure
2007-11-15 07:43:03 +00:00
Sebastian Mendel
9fbb84f28d
cleanup
2007-10-18 11:36:27 +00:00
Sebastian Mendel
d9eebc2ae0
removed closing of db connection, closing database connection is only required if script runs longer than database connection is needed
2007-10-16 14:02:16 +00:00
Sebastian Mendel
08c983715f
fixed wrong variable scope (bug #1810900 Undefined index: in Message.class.php)
2007-10-10 15:35:41 +00:00
Sebastian Mendel
5dd96d42ce
replaced $PMA_errors with new PMA_Error_Handler
2007-10-08 16:02:58 +00:00
Sebastian Mendel
43bd2d44bd
removed deprecated PMA_convert_display_charset()
2007-10-02 14:37:33 +00:00
Sebastian Mendel
ada58f99ea
removed MySQL < 5 code
2007-10-02 08:34:01 +00:00
Marc Delisle
0effdcaa31
old PHP4 code
2007-08-18 20:33:30 +00:00
Sebastian Mendel
573a6161bd
fixed code indention
2007-05-09 12:18:57 +00:00
Sebastian Mendel
cfeb306526
coding standard: no spaces inside braces
2007-04-01 11:02:46 +00:00
Sebastian Mendel
6455acea34
forgot some debug code to remove
2007-03-19 18:19:13 +00:00
Sebastian Mendel
817e790762
synced/fixed vim line
2007-03-19 17:55:39 +00:00
Sebastian Mendel
420a9d58e7
bug #1662976 Authentication fails when controluser/pass is set
2007-03-19 15:06:53 +00:00
Michal Čihař
fb9a3a598e
Check before commit!
2006-11-17 08:49:30 +00:00
Sebastian Mendel
1eadc0a41a
use @todo tag for todo items, to show up in generated documentation
2006-09-21 14:28:46 +00:00
Sebastian Mendel
45b04ab15d
replaced $dblist with new PMA_List_Database class
2006-09-20 11:15:56 +00:00
Marc Delisle
0254076756
bug #1523623 , BIGINT auto_increment and mysql extension
2006-07-17 16:51:51 +00:00
Michal Čihař
5850b36472
Use correct server...
2006-02-22 19:02:56 +00:00
Michal Čihař
4ed1239682
Allow to use external authentication and use empty MySQL passwords (path #1388210 , thanks to Patrick MONNERAT - monnerat).
2006-02-22 17:45:52 +00:00
Sebastian Mendel
f0c7d5b271
@TODO add missing keys like in from mysqli_query (orgname, orgtable, flags, decimals)
2006-02-19 09:41:19 +00:00
Sebastian Mendel
0ae8842353
(not complete) PEAR coding standard
2006-01-17 17:03:02 +00:00
Michal Čihař
bffbf8c8bc
This is mysql extension.
2005-12-09 11:57:12 +00:00
Sebastian Mendel
12f1164148
PMA_DBI_free_result() now accepts more than one resource to be freed
2005-12-09 10:04:01 +00:00
Sebastian Mendel
0419817bb5
added PMA_DBI_get_client_info(), PMA_DBI_get_proto_info() PMA_DBI_get_host_info()
2005-11-24 12:31:34 +00:00
Sebastian Mendel
f2e910543d
fall back to alternative mysql extension if selected fails and switch to error.php if this fails too
...
- moved loading of extension out of libraries/dbi/* into libraries/database_interface.lib.php
2005-11-17 12:15:59 +00:00
Sebastian Mendel
4d7765c6c2
- added PMA_DBI_convert_message()
...
- bug #1344654 Not converted mysql error message to chosen user language
2005-11-06 12:14:43 +00:00
Alexander M. Turek
c15147a848
Force separate connection for controluser queries
2005-03-24 20:57:00 +00:00
Marc Delisle
3fa2421b71
strSocketProblem
2005-03-07 20:39:56 +00:00
Marc Delisle
c3a0783613
bug #1116933 parameter to mysqli_free_resul
2005-02-07 18:02:36 +00:00
Marc Delisle
334ed431b2
bug 1108521 part 3: do not send a boolean to mysql_num_rows or mysqli_num_rows
2005-02-02 16:21:54 +00:00
Alexander M. Turek
793363e6c0
bug #1033360
2004-09-28 10:41:49 +00:00
Marc Delisle
08400b2222
typo
2004-09-21 13:33:11 +00:00
Marc Delisle
91b6f4c225
tell the client library to use CLIENT_LOCAL_FILES
2004-09-21 01:34:15 +00:00
Alexander M. Turek
278b126afe
The user may now choose his connection character set. This should fix bug #984912 .
2004-07-17 22:58:31 +00:00
Alexander M. Turek
edefe8b962
bug #980594
2004-06-27 07:54:16 +00:00
Alexander M. Turek
b4e74d987a
two small fixes
2004-06-17 21:19:33 +00:00
Marc Delisle
0123495cb7
errors when invalid login
2004-06-15 00:16:59 +00:00
Marc Delisle
edf1b10063
bug 968089, catch when server is not responding
2004-06-10 14:19:23 +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
Michal Čihař
d2bfaa1c0e
Fix PMA_DBI_field_name, fixes also bug #951226 .
2004-05-10 13:44:14 +00:00
Michal Čihař
705d68c008
Do not break TEXT fields (bug #860160 ).
2004-04-29 10:02:42 +00:00
Michal Čihař
cfbdb563d0
SQL parser now correctly works with multibyte strings (bug #936161 ).
2004-04-29 09:28:04 +00:00
Alexander M. Turek
8c9f9a1d3b
bug #902414
2004-04-19 22:25:04 +00:00
Alexander M. Turek
cc6d2f22ae
Allow the $link argument of PMA_DBI_affected_rows() to be left out.
2004-04-18 14:03:02 +00:00
Marc Delisle
a488a6ddfd
still using PMA_mysql_field_flags
2004-04-17 13:03:25 +00:00
Marcel Tschopp
74cc95fe29
phpMyAdmin should now be fully compatible with the new mysqli extension.
2004-04-08 12:30:40 +00:00
Marcel Tschopp
e5c4f13829
*** empty log message ***
2004-03-25 22:13:32 +00:00
Olivier Müller
4d1dc6192e
2004-03-23 Olivier Mueller <om@omnis.ch>
...
* libraries/mysql_wrappers.lib.php: added mysqli support to the
PMA_mysql_field_flags function because mysqli does not know the function
mysqli_field_flags (submitted by Marcel Tschopp - aka 'ne0x').
* libraries/dbi/mysqli.dbi.lib.php: changed default query mode from
MYSQLI_USE_RESULT to MYSQLI_STORE_RESULT in the
PMA_DBI_try_query function (ne0x)
* libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php:
Added wrapping function PMA_DBI_fetch_array() (ne0x)
* libraries/display_tbl.lib.php: PMA_displayTableBody() function now uses
the new PMA_DBI_fetch_array() function instead of
PMA_mysql_fetch_array() (ne0x)
2004-03-23 16:22:19 +00:00
Michal Čihař
39f110f82c
Support for unbuffered queries - PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE.
2004-03-10 11:01:50 +00:00