Below is the list of changes that have just been committed into a local
4.1 repository of reggie. When reggie does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2375 05/08/11 23:54:50 reggie@stripped +1 -0
Bug #6581 Failure to start mysql server on Windows with AWE option enabled
innobase/srv/srv0start.c
1.79 05/08/11 23:54:43 reggie@stripped +2 -1
added line to error message clearly indicating that to get AWE support
the user must compile InnoDB with __WIN2000__ defined.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: reggie
# Host: linux.site
# Root: /home/reggie/bk/mysql-4.1
--- 1.78/innobase/srv/srv0start.c 2005-04-06 06:09:09 -06:00
+++ 1.79/innobase/srv/srv0start.c 2005-08-11 23:54:43 -06:00
@@ -1052,7 +1052,8 @@
fprintf(stderr,
"InnoDB: Error: You have specified innodb_buffer_pool_awe_mem_mb\n"
-"InnoDB: in my.cnf, but AWE can only be used in Windows 2000 and later.\n");
+"InnoDB: in my.cnf, but AWE can only be used in Windows 2000 and later.\n"
+"InnoDB: To use AWE, InnoDB must be compiled with __WIN2000__ defined.\n");
return(DB_ERROR);
}
| Thread |
|---|
| • bk commit into 4.1 tree (reggie:1.2375) BUG#6581 | reggie | 12 Aug |