summaryrefslogtreecommitdiff
path: root/storage/xtradb
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-04-10 07:25:13 +0200
committerSergei Golubchik <sergii@pisem.net>2013-04-10 07:25:13 +0200
commit3ed6b24d820edbee3bc333c726dd0aa66c015b56 (patch)
tree3a67d305b77abc03c2c702acecd385e4e9193d1b /storage/xtradb
parent0d25ee4f13b2eb79e9af3b3778c23f63d9a57c12 (diff)
downloadmariadb-git-3ed6b24d820edbee3bc333c726dd0aa66c015b56.tar.gz
Linking problem on Windows
Diffstat (limited to 'storage/xtradb')
-rw-r--r--storage/xtradb/handler/handler0alter.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/storage/xtradb/handler/handler0alter.cc b/storage/xtradb/handler/handler0alter.cc
index 3a32cf95bc9..9886e8f6bd9 100644
--- a/storage/xtradb/handler/handler0alter.cc
+++ b/storage/xtradb/handler/handler0alter.cc
@@ -311,8 +311,7 @@ innobase_check_index_keys(
}
}
- my_error(ER_WRONG_KEY_COLUMN, MYF(0),
- field->table->file->table_type(),
+ my_error(ER_WRONG_KEY_COLUMN, MYF(0), "InnoDB",
field->field_name);
return(ER_WRONG_KEY_COLUMN);
}
@@ -326,8 +325,7 @@ innobase_check_index_keys(
continue;
}
- my_error(ER_WRONG_KEY_COLUMN, MYF(0),
- field->table->file->table_type(),
+ my_error(ER_WRONG_KEY_COLUMN, MYF(0), "InnoDB",
key_part1.field->field_name);
return(ER_WRONG_KEY_COLUMN);
}