Browse Source

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.
pull/374/head
Timothy Smith 17 years ago
parent
commit
3692ae364e
  1. 4
      storage/innobase/handler/ha_innodb.cc

4
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,

Loading…
Cancel
Save