InnoDB: Adjust error message when a dropped tablespace is accessed.

This commit is contained in:
irana 2012-04-26 08:17:14 -07:00
parent f189ccf530
commit 1a2cf649dc

View File

@ -1853,7 +1853,7 @@ fil_inc_pending_ops(
if (space == NULL) {
fprintf(stderr,
"InnoDB: Error: trying to do ibuf merge to a"
"InnoDB: Error: trying to do an operation on a"
" dropped tablespace %lu\n",
(ulong) id);
}