We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the problem
To Reproduce
21 database: randondb 22 initTokuDB: true
mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | randondb | +--------------------+ 2 rows in set (0.02 sec)
Expected behavior
The database name randondb should be fixed to radondb
randondb
radondb
mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | radondb | +--------------------+ 2 rows in set (0.02 sec)
Environment:
The text was updated successfully, but these errors were encountered:
typo: fix typo randondb to radondb radondb#266
a267b09
147d1e5
Merge pull request #267 from hustjieke/feature_fix_typo_of_randondb_#266
c86e6ba
typo: fix typo randondb to radondb #266
f2e85f8
Merge pull request radondb#267 from hustjieke/feature_fix_typo_of_ran…
a54d408
…dondb_#266 typo: fix typo randondb to radondb radondb#266
hustjieke
Successfully merging a pull request may close this issue.
Describe the problem
To Reproduce
Expected behavior
The database name
randondb
should be fixed toradondb
Environment:
The text was updated successfully, but these errors were encountered: