1594
1594
if (create_info->options & HA_LEX_CREATE_IF_NOT_EXISTS)
1596
1596
create_info->table_existed= 1; // Mark that table existed
1598
1598
ER_TABLE_EXISTS_ERROR, ER(ER_TABLE_EXISTS_ERROR),
1599
1599
create_table->table_name);
1600
1600
return(create_table->table);