InnoDB: Adjust error message when a dropped tablespace is accessed.
This commit is contained in:
parent
f189ccf530
commit
1a2cf649dc
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user