diff options
author | Michael Widenius <monty@askmonty.org> | 2011-02-22 19:24:24 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-02-22 19:24:24 +0200 |
commit | a19d1b75e606e49eb4232c26fd98bbdcecb9d64a (patch) | |
tree | d70727e94d5e07ddd27d146f7f5200704d84ceea /storage/xtradb/fsp | |
parent | a74aa81a609a2ab89245dc273ff057591a811b10 (diff) | |
download | mariadb-git-a19d1b75e606e49eb4232c26fd98bbdcecb9d64a.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/fsp')
-rw-r--r-- | storage/xtradb/fsp/fsp0fsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/fsp/fsp0fsp.c b/storage/xtradb/fsp/fsp0fsp.c index 0561bcc77fc..44ebe6819b7 100644 --- a/storage/xtradb/fsp/fsp0fsp.c +++ b/storage/xtradb/fsp/fsp0fsp.c @@ -3355,7 +3355,7 @@ fseg_free_page_low( "InnoDB: database!\n", (ulong) page); crash: fputs("InnoDB: Please refer to\n" - "InnoDB: " REFMAN "forcing-recovery.html\n" + "InnoDB: " REFMAN "forcing-innodb-recovery.html\n" "InnoDB: about forcing recovery.\n", stderr); ut_error; } |