Specify mysql engine on creation#12172
Specify mysql engine on creation#12172Intrepidd wants to merge 1 commit intorails:masterfrom Intrepidd:specify-mysql-engine-on-creation
Conversation
|
Need to add changelog |
There was a problem hiding this comment.
Why do you need this descriptive variable?
There was a problem hiding this comment.
Probably a relic from the original PR, I'll remove that
There was a problem hiding this comment.
Actually the code comes from the current version of rails and is not an adding of this PR.
|
@rafaelfranca I've made some changes, can you have a look? Cheers. |
|
Hey guys, I just rebased this branch and added a README.md entry, what can I do to wrap this up ? |
|
|
What's wrong with the changelog ? English is not my first language so maybe I wrote something wrong, I could rephrase like : "Allow to pass an Ok for the two other points, I'll try to update the pull request tonight or tomorrow. |
… it be maintained through schema.rb
|
It's just Wrong: it describes a syntax |
|
Indeed, sorry for the confusion, this was not my work originally. So what do you prefer ? Passing an |
|
BTW I'd go for the |
|
Well, this goes back to @jeremy's concerns on #8242; should we be handling all the possible table options? What about PostgreSQL's equivalent construct? IMO, a top-level |
|
The problem with In order to be backward compatible, the best way would be to retrieve the non-default values of the table and dump them. This is probably hard, since they may vary depending on the mysql version, etc :( |
|
Thanks for picking up the work on this, @Intrepidd! :) Super appreciated. |
|
Is the request still valid? @Intrepidd, are you working on it? |
|
This PR is stale and I don't have the time to work on it at the moment. There were too many questions, help from a core team member would be really beneficial but I'm not sure if lots of people need this feature. |
|
Hehe. Same thing happened to me with #8242, @Intrepidd |
|
@repinel @Intrepidd @kenmazaika #17569 was merged, the PR contains the feature that ENGINE name specifying. |
|
Thank you for the pull request. It is now possible with the |
I merged #8242 so it can be applied cleanly
I didn't squash because I don't want @kenmazaika 's contribution to be lost, and he does not seem to want to merge this himself.
Thanks