From 1c85618eb5cbcd3fa2f8783fc02e5b45605f1d64 Mon Sep 17 00:00:00 2001 From: calvin <> Date: Wed, 3 Mar 2010 21:56:10 +0000 Subject: [PATCH] branches/5.1: fix bug#51653: outdated reference to set-variable Non functional change. --- trx/trx0sys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trx/trx0sys.c b/trx/trx0sys.c index 19c5159e15..f732aca93f 100644 --- a/trx/trx0sys.c +++ b/trx/trx0sys.c @@ -507,8 +507,8 @@ trx_sys_doublewrite_init_or_restore_pages( " recover the database" " with the my.cnf\n" "InnoDB: option:\n" - "InnoDB: set-variable=" - "innodb_force_recovery=6\n"); + "InnoDB:" + " innodb_force_recovery=6\n"); exit(1); } -- 2.30.9