78 Commits

Author SHA1 Message Date
Piotr Przybylski
d421c85a5c Make Charsets tab read charset and collation info from information_schema (MySQL) / data_dictionary (Drizzle) instead of SHOW statements 2011-04-06 15:40:58 +02:00
Piotr Przybylski
4c957837eb Introduce PMA_DRIZZLE constant 2011-04-06 15:40:58 +02:00
Piotr Przybylski
b02955420c make Drizzle version checks consistent 2011-02-17 02:48:59 +01:00
Michal Čihař
694d0d5563 Provide description for utf8 in Drizzle. 2010-10-21 10:12:10 +02:00
Michal Čihař
88e6ca4609 Avoid charset queries on Drizzle. 2010-10-21 10:04:49 +02:00
Marc Delisle
502a6f4046 unused variable 2010-09-04 07:08:26 -04:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
Michal Čihař
15dfc4879e Drop collation description cache.
It really does not improve performance much and it just consumes memory.
Anyway on most pages this function is called just once for each
collation, so all it does is filling up the cache but never using it.
2010-07-26 13:29:29 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
ac7cab7160 Revert "Revert "Merge remote branch 'origin/master'""
This reverts commit 4214d83e12.
2010-06-26 15:45:27 +05:30
ninadsp
4214d83e12 Revert "Merge remote branch 'origin/master'"
This reverts commit c850b8be8b, reversing
changes made to dcdde2f99f.
2010-06-26 15:43:52 +05:30
ninadsp
c850b8be8b Merge remote branch 'origin/master'
Conflicts:
	po/tr.po
2010-06-26 15:38:12 +05:30
Marc Delisle
1be2d538df fix merge conflicts 2010-06-24 10:09:19 -04:00
Stéphane Pontier
4c0e653de0 patch #2932113 Slow export when having lots of databases 2010-06-24 10:01:21 -04:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
2b4a5e68ee gettext conversion 2010-05-09 08:03:11 -04:00
Marc Delisle
2182098af6 strings to gettext, second batch 2010-05-04 20:07:19 -04:00
Marc Delisle
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Sebastian Mendel
801249f3a5 use function for caching 2008-01-22 07:29:08 +00:00
Sebastian Mendel
f33ea1151e oops, of course cache per server 2008-01-21 14:40:32 +00:00
Sebastian Mendel
227c7747c0 cache MySQL charset and collation information 2008-01-21 11:35:33 +00:00
Sebastian Mendel
03caaca92a removed MySQL < 5 code 2007-10-02 09:35:51 +00:00
Marc Delisle
8eb4d37fe2 XHTML fixes 2007-09-02 19:23:59 +00:00
Sebastian Mendel
538830d387 $db and $table is always set, no need to check 2007-04-01 11:17:34 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Marc Delisle
4b024b0f29 real cause of the double quote problem 2006-08-09 18:11:13 +00:00
Marc Delisle
5c1ae58e07 MySQL 4.1.13 and double quotes in SHOW VARIABLES 2006-08-09 12:14:29 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
7358f5a712 allow 0 as name for database, table collumn, alias and index 2006-01-14 23:17:17 +00:00
Sebastian Mendel
54f548d678 sorry, is used ... 2005-11-17 12:42:38 +00:00
Sebastian Mendel
48d2f5a3c5 keep the global space clean
- unset variables after use
- commented out some never used variables
2005-11-17 11:12:03 +00:00
Sebastian Mendel
c2413163c0 bug #1351743 undefined function: pma_getservercollation() 2005-11-09 08:56:35 +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
45632daaac fixed some rtl language issues 2005-10-31 15:22:03 +00:00
Sebastian Mendel
4a91d35542 PMA_getDbCollation():
- preserve selected db
 - make use of PMA_DBI_select_db()
 - documentation
2005-10-27 06:29:43 +00:00
Sebastian Mendel
330da1cf27 - make use of mysql variable collation_database
- fixed call to PMA_DBI_fetch_value() (return second field, not first)
2005-10-21 11:35:58 +00:00
Alexander M. Turek
c4acd45adf Make use of this fancy new function PMA_DBI_fetch_value(). 2005-10-20 11:13:01 +00:00
Alexander M. Turek
dc4e3bf1a9 I forgot something... 2005-10-20 10:07:14 +00:00
Alexander M. Turek
974a27c431 On MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore, if we just want to get to know a database's default collation. 2005-10-20 10:03:07 +00:00
Alexander M. Turek
bf2ac73585 utf8_esperanto_ci, ucs2_esperanto_ci 2005-10-19 16:36:03 +00:00
Marc Delisle
e1f455d072 patch #1253461, code cleanup 2005-08-08 19:54:57 +00:00
Marc Delisle
01831d3720 bug #1186983, missing character sets and collations 2005-05-05 16:34:09 +00:00
Alexander M. Turek
6751c85248 Typo 2005-03-30 22:01:50 +00:00