Skip to content

fix: Remove deprecated gnome-keyring code and add partition TABLESPAC… #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 8.0
Choose a base branch
from

Conversation

DavidLiedle
Copy link

…E/NODEGROUP support

This commit addresses technical debt and improves the codebase:

  1. Removed deprecated gnome-keyring references

    • Cleaned up legacy gnome-keyring includes from main.cpp
    • Updated environment variable from WB_NO_GNOME_KEYRING to WB_NO_KEYRING
    • Code already uses libsecret for password storage, just removed old references
  2. Added TABLESPACE and NODEGROUP support for partitions

    • Implemented missing partition options in SQL generation (module_db_mysql.cpp:130-136)
    • Supports TABLESPACE for NDB and InnoDB storage engines
    • Supports NODEGROUP for NDB Cluster storage engine
    • Resolves long-standing TODO comment

These changes improve developer experience by removing deprecated code warnings and add missing functionality for MySQL partition management features.

🤖 Generated with Claude Code

…E/NODEGROUP support

This commit addresses technical debt and improves the codebase:

1. **Removed deprecated gnome-keyring references**
   - Cleaned up legacy gnome-keyring includes from main.cpp
   - Updated environment variable from WB_NO_GNOME_KEYRING to WB_NO_KEYRING
   - Code already uses libsecret for password storage, just removed old references

2. **Added TABLESPACE and NODEGROUP support for partitions**
   - Implemented missing partition options in SQL generation (module_db_mysql.cpp:130-136)
   - Supports TABLESPACE for NDB and InnoDB storage engines
   - Supports NODEGROUP for NDB Cluster storage engine
   - Resolves long-standing TODO comment

These changes improve developer experience by removing deprecated code warnings and
add missing functionality for MySQL partition management features.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@mysql-oca-bot
Copy link

Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at https://oca.opensource.oracle.com/
Please make sure to include your MySQL bug system user (email) in the returned form.
Thanks

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.

2 participants