Commit 2c754dd6 authored by vasil's avatar vasil

branches/5.1:

Non-functional change: use a single tab instead of 12 spaces between
variable type and variable name.
parent 4680eee7
......@@ -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,
......
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