Commit Graph

54 Commits

Author SHA1 Message Date
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
Sebastian Mendel
59cfae309e PMA_DBI_try_query(): do not force MYSQLI_USE_RESULT if not requested, makes PMA_DBI_num_rows() not to work 2006-08-03 12:58:46 +00:00
Sebastian Mendel
7fbec58bcd bug #1532111 dbi/mysqli: MYSQLI_* constants 2006-08-01 10:42:36 +00:00
Marc Delisle
48c548e515 bug #1255923, detect and report silent truncation (mysqli) 2006-04-09 11:01:41 +00:00
Marc Delisle
2af02bc0a0 undefined variable cfg nopassword in mysqli 2006-03-17 14:29:29 +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
91b6c00048 workaround for http://bugs.php.net/36007 2006-02-22 13:40:32 +00:00
Sebastian Mendel
ce2a08587d workaround for http://bugs.php.net/36007 2006-02-22 13:38:11 +00:00
Sebastian Mendel
0f695e35f9 - fixed undefined MYSQLI_BINARY_FLAG constant
- documentation
2006-02-20 08:41:16 +00:00
Sebastian Mendel
7a22937583 - make use of MYSQLI_* constants
- added column types newdecimal and bit
2006-02-19 11:02:38 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +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
Marc Delisle
1cda03955b problem under MySQL 4.0.x with mysqli 2005-10-14 14:36:15 +00:00
Marc Delisle
5b081dabb8 bug #1253453, using mysqli extension with MySQL 4.0.x 2005-08-08 14:57:05 +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
Marc Delisle
b0e1de3732 bug 1111706 undefined function PMA_reloadNavigation 2005-01-28 20:20:45 +00:00
Marc Delisle
8db2f785ae bug 1076213 2005-01-11 11:56:57 +00:00
Marc Delisle
4fb2af8fa5 support for compression and LOCAL_FILE in mysqli 2004-10-16 14:52:28 +00:00
Marc Delisle
747bbd14f8 use faster AND comparison 2004-08-02 00:47:25 +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
258f543379 avoid php errors if result set is FALSE 2004-07-13 14:40:34 +00:00
Alexander M. Turek
098ea1880d Undefined variable 2004-06-24 11:14:00 +00:00
Alexander M. Turek
b4e74d987a two small fixes 2004-06-17 21:19:33 +00:00
Marc Delisle
041245c24d bug 968089 mysqli fix 2004-06-10 17:17:58 +00:00
Marc Delisle
acbee620e0 mysqli and default socket 2004-06-07 10:58:51 +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
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
Marcel Tschopp
f0e765375d Prohibit php notice 2004-04-16 18:56:34 +00:00
Marcel Tschopp
572016f5a4 Use PMA_DBI_fetch_row instead of PMA_DBI_fetch_array in display_tbl.lib.php 2004-04-10 19:08:51 +00:00
Marcel Tschopp
181e1aca82 Use PMA_DBI_fetch_row instead of PMA_DBI_fetch_array in display_tbl.lib.php 2004-04-10 19:04:01 +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
Marcel Tschopp
a1417f09f0 bug 926986, code optimizations 2004-04-08 14:19:31 +00:00
Marcel Tschopp
cd22812a2e code optimizations 2004-04-08 13:27:02 +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
19c9f98a04 Mysql4.1 specific fix in function PMA_displayTableBody() (character set convertions). 2004-03-26 19:09:09 +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
Michal Čihař
399318d264 Fix PMA_mysql_fetch_array return value for last result (bug #905223). 2004-03-09 14:21:31 +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