Commit 1e403c08 authored by jyang's avatar jyang

branches/5.1: Non-functional change, fix formatting.

parent 564dd263
...@@ -6056,8 +6056,7 @@ ha_innobase::rename_table( ...@@ -6056,8 +6056,7 @@ ha_innobase::rename_table(
the dup key error here is due to an existing table whose name the dup key error here is due to an existing table whose name
is the one we are trying to rename to) and return the generic is the one we are trying to rename to) and return the generic
error code. */ error code. */
if (error == (int) DB_DUPLICATE_KEY) if (error == (int) DB_DUPLICATE_KEY) {
{
my_error(ER_TABLE_EXISTS_ERROR, MYF(0), to); my_error(ER_TABLE_EXISTS_ERROR, MYF(0), to);
error = DB_ERROR; error = DB_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