diff options
author | Timothy Smith <timothy.smith@sun.com> | 2008-12-14 13:52:05 -0700 |
---|---|---|
committer | Timothy Smith <timothy.smith@sun.com> | 2008-12-14 13:52:05 -0700 |
commit | 3692ae364e9f0b4086d41da454fea6c38c79c9ac (patch) | |
tree | a0d358014ea9b8dd55ed0c04f39f9481224880ba /storage | |
parent | 7cd7760d2f555df19414c59dde0b38559a37230d (diff) | |
download | mariadb-git-3692ae364e9f0b4086d41da454fea6c38c79c9ac.tar.gz |
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.
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innobase/handler/ha_innodb.cc | 4 |
1 files 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, |