Conversation
|
Can you add a little bit of information about why this is needed? I don't personally use mysql for anything, so I want to make sure that this won't break anything for anyone else. Also, this needs tests before it can be merged. |
|
In MySQL reference manual 5.7: _CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name create_option: [DEFAULT] { "DEFAULT" keyword is optional, but in some specific version which I am using, it is required. So I think it is more suitable to add "DEFAULT" keyword to support all the scene. |
|
Can you be certain that all versions of mysql allow the Also, this does still need tests. |
Yes, for all the mysql version: 5.6, 5.7, 8.0, allow the |
No description provided.