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