mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Bug #6581 Failure to start mysql server on Windows with AWE option enabled
innobase/srv/srv0start.c: added line to error message clearly indicating that to get AWE support the user must compile InnoDB with __WIN2000__ defined.
This commit is contained in:
parent
058d5bff6e
commit
0318ed0e75
1 changed files with 2 additions and 1 deletions
|
|
@ -1052,7 +1052,8 @@ innobase_start_or_create_for_mysql(void)
|
|||
|
||||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue