summaryrefslogtreecommitdiff
path: root/storage/xtradb/ut
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2011-02-22 19:24:24 +0200
committerMichael Widenius <monty@askmonty.org>2011-02-22 19:24:24 +0200
commit1392eba62a80ee303e13fd84b2fb78ce0dcffb34 (patch)
treed70727e94d5e07ddd27d146f7f5200704d84ceea /storage/xtradb/ut
parentb35743f9877fc826372eeb6dec21665aa3ff32f4 (diff)
downloadmariadb-git-1392eba62a80ee303e13fd84b2fb78ce0dcffb34.tar.gz
Merged InnoDB plugin from MySQL 5.1.54 -> MySQL 5.1.55 into xtradb
mysql-test/r/innodb-zip.result: File has been moved to suite/innodb_plugin mysql-test/t/innodb-zip.test: File has been moved to suite/innodb_plugin
Diffstat (limited to 'storage/xtradb/ut')
-rw-r--r--storage/xtradb/ut/ut0dbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/ut/ut0dbg.c b/storage/xtradb/ut/ut0dbg.c
index 4484e6c36de..7839466e16f 100644
--- a/storage/xtradb/ut/ut0dbg.c
+++ b/storage/xtradb/ut/ut0dbg.c
@@ -79,7 +79,7 @@ ut_dbg_assertion_failed(
" or crashes, even\n"
"InnoDB: immediately after the mysqld startup, there may be\n"
"InnoDB: corruption in the InnoDB tablespace. Please refer to\n"
- "InnoDB: " REFMAN "forcing-recovery.html\n"
+ "InnoDB: " REFMAN "forcing-innodb-recovery.html\n"
"InnoDB: about forcing recovery.\n", stderr);
#if defined(UNIV_SYNC_DEBUG) || !defined(UT_DBG_USE_ABORT)
ut_dbg_stop_threads = TRUE;