diff options
author | irana <irana@dscczz01.us.oracle.com> | 2012-04-26 08:17:14 -0700 |
---|---|---|
committer | irana <irana@dscczz01.us.oracle.com> | 2012-04-26 08:17:14 -0700 |
commit | b9632549a92e68d3d6f5a5785b8fd956f8ab95c4 (patch) | |
tree | 584f3de7337e1f683cc1e9ad3889a9017c47a02f /storage | |
parent | a891de4221912f1c569567111f4c3a08d432d178 (diff) | |
download | mariadb-git-b9632549a92e68d3d6f5a5785b8fd956f8ab95c4.tar.gz |
InnoDB: Adjust error message when a dropped tablespace is accessed.
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innodb_plugin/fil/fil0fil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innodb_plugin/fil/fil0fil.c b/storage/innodb_plugin/fil/fil0fil.c index eebfbd9ccad..6f2ab938042 100644 --- a/storage/innodb_plugin/fil/fil0fil.c +++ b/storage/innodb_plugin/fil/fil0fil.c @@ -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); } |