mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
merging with mysql-5.1-bugteam tree
This commit is contained in:
commit
097262a85b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue