diff options
author | unknown <heikki@hundin.mysql.fi> | 2003-01-09 00:13:47 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2003-01-09 00:13:47 +0200 |
commit | c2c98f918e445984dc03240650a61f4f90f4b662 (patch) | |
tree | cf585607e4c100ae81df7a3ddd007f239aaab3b4 /innobase | |
parent | 106d4fe2fb051fce3b2ad553868fe8f69b078444 (diff) | |
download | mariadb-git-c2c98f918e445984dc03240650a61f4f90f4b662.tar.gz |
os0proc.c:
Fix typos
innobase/os/os0proc.c:
Fix typos
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/os/os0proc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/os/os0proc.c b/innobase/os/os0proc.c index 61db7bd13b2..635c89c10a3 100644 --- a/innobase/os/os0proc.c +++ b/innobase/os/os0proc.c @@ -271,11 +271,11 @@ os_awe_allocate_physical_mem( "InnoDB: AWE: Error: allocated only %lu pages of %lu requested.\n" "InnoDB: Check that you have enough free RAM.\n" "InnoDB: In Windows XP Professional and 2000 Professional\n" -"InnoDB: Windows PAE size is max 4 GB. In 2000 and .NET" +"InnoDB: Windows PAE size is max 4 GB. In 2000 and .NET\n" "InnoDB: Advanced Servers and 2000 Datacenter Server it is 32 GB,\n" "InnoDB: and in .NET Datacenter Server it is 64 GB.\n" "InnoDB: A Microsoft web page said that the processor must be an Intel\n" -"InnoDB: processor.", +"InnoDB: processor.\n", (ulint)NumberOfPages, (ulint)NumberOfPagesInitial); |