Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
6e84ca33
Commit
6e84ca33
authored
Aug 17, 2005
by
reggie@linux.site
Browse files
Options
Browse Files
Download
Plain Diff
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1
into linux.site:/home/reggie/bk/mysql-4.1
parents
09a3d589
869869fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
innobase/srv/srv0start.c
innobase/srv/srv0start.c
+2
-1
No files found.
innobase/srv/srv0start.c
View file @
6e84ca33
...
@@ -1052,7 +1052,8 @@ innobase_start_or_create_for_mysql(void)
...
@@ -1052,7 +1052,8 @@ innobase_start_or_create_for_mysql(void)
fprintf
(
stderr
,
fprintf
(
stderr
,
"InnoDB: Error: You have specified innodb_buffer_pool_awe_mem_mb
\n
"
"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
);
return
(
DB_ERROR
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment