From 3692ae364e9f0b4086d41da454fea6c38c79c9ac Mon Sep 17 00:00:00 2001 From: Timothy Smith Date: Sun, 14 Dec 2008 13:52:05 -0700 Subject: [PATCH] Apply InnoDB snapshot innodb-5.1-ss2858, part 11. White space changes. Detailed revision comments: r2826 | vasil | 2008-10-20 14:09:01 +0300 (Mon, 20 Oct 2008) | 5 lines branches/5.1: Non-functional change: use a single tab instead of 12 spaces between variable type and variable name. --- storage/innobase/handler/ha_innodb.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc index 7a3f245de3e..b573e5ba79b 100644 --- a/storage/innobase/handler/ha_innodb.cc +++ b/storage/innobase/handler/ha_innodb.cc @@ -7554,7 +7554,7 @@ ha_innobase::innobase_get_auto_increment( handler::get_auto_increment() doesn't allow a way to return the specific error for why it failed. */ } else if (error == DB_DEADLOCK) { - THD* thd = ha_thd(); + THD* thd = ha_thd(); push_warning( thd, MYSQL_ERROR::WARN_LEVEL_ERROR, @@ -7562,7 +7562,7 @@ ha_innobase::innobase_get_auto_increment( "InnoDB: Deadlock in " "innobase_get_auto_increment()"); } else if (error == DB_LOCK_WAIT_TIMEOUT) { - THD* thd = ha_thd(); + THD* thd = ha_thd(); push_warning( thd, MYSQL_ERROR::WARN_LEVEL_ERROR,