Brad Smith

Results 207 comments of Brad Smith

``` arm64$ git submodule update arm64$ git commit --amend storage/rocksdb error: 'storage/rocksdb/rocksdb' does not have a commit checked out fatal: updating files failed ```

> @brad0 sorry, wrong commands. I managed cleanup commit with the following commands locally: > > ``` > $ git checkout HEAD^ libmariadb storage/columnstore/columnstore storage/rocksdb/rocksdb > $ git commit --amend...

@svoj Anyway, this is my diff to enable building on macOS, FreeBSD, OpenBSD and other OS's. Could this please be reviewed?

> FWIW, this patch breaks compilation for aarch64 for essentially every configuration concievable, as is. > > With Clang: > > ``` > codec/common/arm64/mc_aarch64_neon.S:35:1: error: unknown directive > .rodata >...

It would be useful to get the various CMake bug fixes out too.

> Done. > > The only missing part is the `po` directory. Patches are welcome for that missing piece. Thank you. Much better.

> Surprising > > How do you install 2 different major versions of a library at the same time? > You can't do that on OpenBSD? Shared libs and versioning...