Skip to content
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

[documentation] fix typo of "randondb" to "radondb" #266

Closed
hustjieke opened this issue Oct 15, 2021 · 0 comments · Fixed by #267
Closed

[documentation] fix typo of "randondb" to "radondb" #266

hustjieke opened this issue Oct 15, 2021 · 0 comments · Fixed by #267
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@hustjieke
Copy link
Contributor

Describe the problem

To Reproduce

  1. In config/samples/mysql_v1alpha1_cluster.yaml :
 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

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| radondb           |
+--------------------+
2 rows in set (0.02 sec)

Environment:

  • RadonDB MySQL version:
@hustjieke hustjieke added the documentation Improvements or additions to documentation label Oct 15, 2021
@hustjieke hustjieke added this to the v2.1.0 milestone Oct 15, 2021
@hustjieke hustjieke self-assigned this Oct 15, 2021
hustjieke added a commit to hustjieke/radondb-mysql-kubernetes that referenced this issue Oct 15, 2021
hustjieke added a commit to hustjieke/radondb-mysql-kubernetes that referenced this issue Oct 20, 2021
@hustjieke hustjieke linked a pull request Oct 20, 2021 that will close this issue
andyli029 added a commit that referenced this issue Oct 20, 2021
zhl003 pushed a commit to zhl003/radondb-mysql-kubernetes that referenced this issue Aug 17, 2022
zhl003 pushed a commit to zhl003/radondb-mysql-kubernetes that referenced this issue Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant