Skip to content

Conversation

@beyondykk9
Copy link

@beyondykk9 beyondykk9 commented May 23, 2022

http://jira.cubrid.org/browse/CBRD-24023

This is a migration tool to 11.2 from 11.0.x or 11.1.x version.


error_exit:
print_usage ();
return NULL;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to close outfile if error as the following.
if (out != NULL && out != stdout)
{
fclose(out);
out = stdout;
}

@hgryoo
Copy link
Member

hgryoo commented May 24, 2022

The following are required too

  • Project Lists table in README.md too
  • README file to describe how to use migrate
  • .gitignore for generated files (e.g. .o, binaries)

@youngjinj
Copy link

How about changing the related issue from CBRD-24240 to CBRD-24023?

@beyondykk9 beyondykk9 changed the title [CBRD-24240] migration tool for 11.0.x and 11.1.x [CBRD-24023] migration tool for 11.0.x and 11.1.x Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants