Madhura Jayaratne
f3edd98a15
Use type hinting
2013-08-27 22:07:43 +05:30
Madhura Jayaratne
e72bcb697f
Add type
2013-08-27 21:37:19 +05:30
Michal Čihař
81869b6b54
Automatic switch to utf8mb4 collation
2013-08-15 11:56:04 +02:00
Michal Čihař
fb30c148f2
Default to utf8mb4 for new MySQL versions
2013-08-15 11:49:13 +02:00
Michal Čihař
0a3d1d5be8
Better names for URL generating functions
2013-08-07 10:58:17 +02:00
Michal Čihař
c4041eaeba
Use standard charset conversion inside DBI
2013-07-30 13:42:31 +02:00
Michal Čihař
cb1c893934
Fixed indentation
2013-07-30 13:19:31 +02:00
Marc Delisle
f8650cc4db
Fix typo
2013-07-14 07:42:18 -04:00
Marc Delisle
d458b9913c
Merge pull request #410 from xmujay/0609week_serverview
...
refactor server_collations.php 1. split long function 2. add server_common.lib.php
2013-06-11 05:37:21 -07:00
xmujay
d23aad1d5b
refactor mysql_charsets.inc.php
2013-06-11 13:25:54 +08:00
Michal Čihař
37781045a4
More reliable Drizzle detection
...
Checking version is not working since Drizzle has changed versioning
scheme. As it does not support charsets, checking whether server
supports these seems to be better approach.
Also see https://bugs.launchpad.net/drizzle/+bug/951788
2013-06-10 15:55:40 +02:00
Michal Čihař
c07ff28119
Skip postConnect for control user
2013-06-10 15:08:26 +02:00
Michal Čihař
834dfe57f9
Detect Drizzle even in case cache exists
2013-06-10 15:05:50 +02:00
Madhura Jayaratne
25ad701a32
Fix indentation
2013-05-27 14:17:15 +05:30
Madhura Jayaratne
218092f92e
Reverting "Move drizzle related code to PMA_DBI_Drizzle class" part of 17b3df142
2013-05-27 13:51:13 +05:30
Madhura Jayaratne
17b3df1422
Move drizzle related code to PMA_DBI_Drizzle class. Make sure the method signature of the implementation matches that of the interface.
2013-05-27 12:02:50 +05:30
Madhura Jayaratne
4bde8d3724
Use 'self' inside the class to refer to the class
2013-05-27 09:40:14 +05:30
Madhura Jayaratne
8eb8c995d4
Couple of renamings that got missed
2013-05-26 21:54:04 +05:30
Madhura Jayaratne
0dab7f2463
Separate DatabaseInterface class and creation of an instance of it
2013-05-26 21:28:42 +05:30
Madhura Jayaratne
1ddad55fb5
Fix indentation
2013-05-26 21:18:04 +05:30
Madhura Jayaratne
3dd99512f0
These constants are better as a part of DatabaseInterface class
2013-05-26 21:15:24 +05:30
Madhura Jayaratne
4e09cb513b
Make related functions and integral part of DatabaseInterface class
2013-05-26 20:42:23 +05:30
Madhura Jayaratne
650a8cdda3
Convert database interface to a class
2013-05-24 17:30:59 +05:30