summaryrefslogtreecommitdiff
path: root/includes/install.mysql.inc
Commit message (Collapse)AuthorAge
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* #194494 by Jax, slightly expanded: unify empty password handling is MySQL ↵Gábor Hojtsy2008-01-23
| | | | and MySQLi installer and runtime drivers
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #193580 by chx: given recent improvements, Drupal does not require CREATE ↵Gábor Hojtsy2007-11-19
| | | | TEMPORARY TABLE and LOCK TABLES permissions, so do not check on install and do not advise people giving these rights
* - Patch #184867 by deekayen: better error messages.Dries Buytaert2007-10-22
|
* #164765 by dmitrig01: remove trailing PHP closing tags, which were causing ↵Gábor Hojtsy2007-08-06
| | | | problems
* #105303 by Gábor Hojtsy. Improve translation converage for installation.Neil Drumm2006-12-27
|
* - Patch #79428 by Chris Johnson: remove int display width declarations from ↵Dries Buytaert2006-08-20
| | | | MySQL create table statements.
* #73591 by Flanker, add missing CVS Ids.Neil Drumm2006-07-14
|
* - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo ↵Dries Buytaert2006-07-13
et al: an initial install system for Drupal core.