Commit 3a658104 authored by Sergey Vojtovich's avatar Sergey Vojtovich

Applying InnoDB snapshot, fixes BUG#51653

Detailed revision comments:

r6774 | calvin | 2010-03-03 23:56:10 +0200 (Wed, 03 Mar 2010) | 2 lines
branches/5.1: fix bug#51653: outdated reference to set-variable
Non functional change.
parent f12f903f
...@@ -507,8 +507,8 @@ trx_sys_doublewrite_init_or_restore_pages( ...@@ -507,8 +507,8 @@ trx_sys_doublewrite_init_or_restore_pages(
" recover the database" " recover the database"
" with the my.cnf\n" " with the my.cnf\n"
"InnoDB: option:\n" "InnoDB: option:\n"
"InnoDB: set-variable=" "InnoDB:"
"innodb_force_recovery=6\n"); " innodb_force_recovery=6\n");
exit(1); exit(1);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment