Commit Graph

27 Commits

Author SHA1 Message Date
Marc Delisle
1d7831c153 initialize in case there are no databases (MySQL < 5.0) 2005-11-18 13:36:25 +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
713f2d4836 - added PMA_DBI_get_default_engine()
- display default engine in table list footer
2005-11-09 10:06:38 +00:00
Sebastian Mendel
edaabfe940 PMA_DBI_convert_message(): use $GLOBALS['charset'] as target, renamed $lang to $server_language 2005-11-06 13:59:13 +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
Sebastian Mendel
39ecba0de6 updated database list:
- added PMA_getServerCollation()
  - display server collation in db list footer
- added PMA_DBI_get_databases_full()
  - make use of info_schema on MySQL 5
  - always display db stats for MySQL 5
- fixed html output
- replaced " with ' in some queries
2005-11-05 19:48:05 +00:00
Sebastian Mendel
5343b53fad extended function PMA_DBI_get_tables_full():
- make use of information_schema
  - always fill fields for information_schema and show table status
2005-10-21 13:32:06 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00
Michal Čihař
6268182df8 Abide cfg['Lang'] settings even if using MySQL > 4.1.x (bug #1266626). 2005-08-23 11:56:52 +00:00
Marc Delisle
18a96d81d4 bug #1221359, Copying a db containing a MERGE table 2005-06-18 13:06:42 +00:00
Alexander M. Turek
c15147a848 Force separate connection for controluser queries 2005-03-24 20:57:00 +00:00
Marc Delisle
c84507f8d9 problem with getting comments when creating a new table under MySQL 4.1.x with extension mysql 2005-03-10 19:49:09 +00:00
Marc Delisle
9bef31439e native comments 2005-03-05 23:21:25 +00:00
Michal Čihař
f1f39b8ed1 added infou about UFPDF to documentation 2004-12-29 14:16:51 +00:00
Marc Delisle
f5f49f7030 bug #1041667 2004-10-19 17:08:30 +00:00
Alexander M. Turek
751404c428 bug #1033388 and optimizations 2004-10-12 21:08:49 +00:00
Marc Delisle
ad774a1698 bug 1009791 remove non-UTF-8 choices 2004-09-04 12:32:05 +00:00
Marc Delisle
9572a3f6bf avoid adding BINARY and VARBINARY twice in the drop-down list 2004-09-03 20:44:57 +00:00
Marc Delisle
c5b3b01641 support of BINARY and VARBINARY field types 2004-08-28 14:14:14 +00:00
Marc Delisle
f093987be6 bug 968174: auto-switch to UTF-8 on MySQL 4.1.0+, and default lang is now the non-UTF-8 one 2004-08-03 00:28:55 +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
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
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ř
482182526b CRLF -> LF 2004-03-09 15:54:00 +00:00
Alexander M. Turek
3102a23c09 Introduced options parameter for query functions. 2004-02-14 00:36:14 +00:00
Alexander M. Turek
2915b5c3ce Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
Alexander M. Turek
7eced930bc database abstraction, part I 2004-01-17 01:47:36 +00:00