Commit ac7a6d96 authored by Narayanan V's avatar Narayanan V

merging with mysql-5.1-bugteam tree

parents d8dd6543 bda2b3cf
......@@ -2323,7 +2323,7 @@ int ha_ibmdb2i::create(const char *name, TABLE *table_arg,
if (!rc && !isTemporary)
{
db2i_table* temp = new db2i_table(table_arg->s, name);
int32 rc = temp->fastInitForCreate(name);
rc = temp->fastInitForCreate(name);
delete temp;
if (rc)
delete_table(name);
......
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