Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal/drupal/INSTALL.txt,v
retrieving revision 1.76
diff -u -r1.76 INSTALL.txt
--- INSTALL.txt	14 Sep 2009 07:33:55 -0000	1.76
+++ INSTALL.txt	31 Jan 2010 14:32:10 -0000
@@ -18,7 +18,7 @@
 
  - a web server, Apache (version 2.0 or greater) is recommended,
  - PHP 5 (5.2.0 or greater) (http://www.php.net/),
- - and either MySQL (5.0 or greater) (http://www.mysql.com/), PostgreSQL (8.3
+ - and either MySQL (5.0.15 or greater) (http://www.mysql.com/), PostgreSQL (8.3
    or greater) (http://www.postgresql.org/), or SQLite (3.4.2 or greater)
    (http://www.sqlite.org/).
 
Index: CHANGELOG.txt
===================================================================
RCS file: /cvs/drupal/drupal/CHANGELOG.txt,v
retrieving revision 1.353
diff -u -r1.353 CHANGELOG.txt
--- CHANGELOG.txt	18 Jan 2010 17:04:09 -0000	1.353
+++ CHANGELOG.txt	31 Jan 2010 14:32:10 -0000
@@ -4,7 +4,7 @@
 ----------------------
 - Database:
     * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
-    * Drupal now requires MySQL >= 5.0 or PostgreSQL >= 8.3.
+    * Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
     * Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
     * Support for master/slave replication, transactions, multi-insert queries,
       delayed inserts, and other features.
Index: includes/bootstrap.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v
retrieving revision 1.346
diff -u -r1.346 bootstrap.inc
--- includes/bootstrap.inc	25 Jan 2010 10:38:34 -0000	1.346
+++ includes/bootstrap.inc	31 Jan 2010 14:32:12 -0000
@@ -29,7 +29,7 @@
 /**
  * Minimum supported version of MySQL, if it is used.
  */
-define('DRUPAL_MINIMUM_MYSQL',  '5.0');
+define('DRUPAL_MINIMUM_MYSQL',  '5.0.15');
 
 /**
  * Minimum supported version of PostgreSQL, if it is used.
