Typos fixed(essential articles added)#904
Conversation
|
Hi @rakshitkumarcse , Thanks for your contribution. Similar to other open source projects, the MariaDB Foundation needs to have shared ownership of all code that is included in the MariaDB distribution. The easiest way to achieve this is by submitting your code under the BSD-new license. The other alternative is to sign the code contribution agreement which can be found here: https://mariadb.com/kb/en/mariadb/mca/ Please indicate in a comment below, or update your PR comment that you are contributing your new code of the whole pull request, including one or several files that are either new files or modified ones, under the BSD-new license or that you have filled out the contribution agreement and sent it. Thanks, @iangilfillan can you please review. |
|
I hereby accept and submit this code/PR and other ones in the docs directory under the BSD license |
|
Kindly review and merge it. |
|
Hi @rakshitkumarcse , |
Fix both code paths: - Change the test source code so it doesn't cause the "Unused variable" warning (which -Werror converted into error and caused CMake not to set HAVE_THREAD_LOCAL) - If the system doesn't seem to support HAVE_THREAD_LOCAL, refuse to compile (rather than producing a binary that crashes for some tests) Originally submitted at facebook/mysql-5.6#905
Corrected grammar of the documentation.