Commit graph

9 commits

Author SHA1 Message Date
Sergei Golubchik
3c6f108540 Revert "ignore changes in submodules when committing everything"
This reverts commit d78ac04ee6.

The benefits of `ignore=all` are that submodules are omitted from
`git status` and `git citool`. The drawbacks are - submodules
are not omitted from `git commit -a` *and* they are omitted
from `git diff` and `git show` output.

As a result one can unintentionally commit changes to submodules and not
see it in the history. Thus drawbacks outweigh benefits here.
2023-02-21 23:22:56 +01:00
Marko Mäkelä
fb0808c450 Merge 10.3 into 10.4 2023-01-03 16:10:02 +02:00
Sergei Golubchik
d78ac04ee6 ignore changes in submodules when committing everything
covers `git commit -a` and `git citool` (`git add`, `git status`, etc).
they can still be added explicitly
2023-01-02 00:04:03 +01:00
LingBin
6842a1538a Fix github urls of submodules
Uniformly use the `.git` suffix format
2019-07-02 17:25:36 +04:00
Vladislav Vaintroub
5e4b657dd4 MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library
- Add new submodule for WolfSSL
- Build and use wolfssl and wolfcrypt instead of yassl/taocrypt
- Use HAVE_WOLFSSL instead of HAVE_YASSL
- Increase MY_AES_CTX_SIZE, to avoid compile time asserts in my_crypt.cc
(sizeof(EVP_CIPHER_CTX) is larger on WolfSSL)
2019-05-22 13:48:25 +02:00
Brave Galera Crew
36a2a185fe Galera4 2019-01-23 15:30:00 +04:00
Nirbhay Choubey
c82f573879 Use https instead of ssh(git@) for rocksdb submodule. 2016-11-15 10:00:19 -05:00
Sergei Petrunia
be33178833 Add rocksdb submodule 2016-10-06 17:46:44 +00:00
Sergei Golubchik
79fa256eb2 really add a submodule 2016-09-12 17:51:52 +02:00