diff options
author | serg@sergbook.mysql.com <> | 2004-12-31 15:26:24 +0100 |
---|---|---|
committer | serg@sergbook.mysql.com <> | 2004-12-31 15:26:24 +0100 |
commit | a04fc26c5429284ddae3b5aa19220b057d84b302 (patch) | |
tree | 928b06c231edee4cb95ace87ed30e879e3dcb0fb /innobase/buf | |
parent | 849d1203ffb0a68ccec2e9e6e1baba00b2fbe536 (diff) | |
parent | 45ce994e5dc31c6eb802c3b8eb8955c320a4c111 (diff) | |
download | mariadb-git-a04fc26c5429284ddae3b5aa19220b057d84b302.tar.gz |
manually merged
Diffstat (limited to 'innobase/buf')
-rw-r--r-- | innobase/buf/buf0rea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/buf/buf0rea.c b/innobase/buf/buf0rea.c index f34920549fe..1ce52c8ee31 100644 --- a/innobase/buf/buf0rea.c +++ b/innobase/buf/buf0rea.c @@ -332,7 +332,7 @@ buf_read_page( if (err == DB_TABLESPACE_DELETED) { ut_print_timestamp(stderr); fprintf(stderr, -" InnoDB: error: trying to access tablespace %lu page no. %lu,\n" +" InnoDB: Error: trying to access tablespace %lu page no. %lu,\n" "InnoDB: but the tablespace does not exist or is just being dropped.\n", (ulong) space, (ulong) offset); } |