Skip to content

Conversation

DimitrisStaratzis
Copy link

This fix should be part of a new release that will be used in libtiledb-sql-py to fix the missing symbol error in macOS-arm64. It has been tested on all platforms.

Shelnutt2 and others added 30 commits June 4, 2020 17:09
errmsg.sys is needed by embedded mariadb for the language errors
MariaDB archives don't always keep all old versions, we were getting
false failures to do cdns missing 10.4.8
…edb-2.2

Update dockerfile to TileDB 2.2 and MyTile 0.7
Shelnutt2 and others added 6 commits February 4, 2021 17:21
The MariaDB embedded server can only be started once per process. You
can open as many connections as you want, but the starting of the server
can only happen once. Currently the start is protected fine, but on
connection close the server was shutdown. This meant that open and
closing connections was causing segfaults because MariaDB can't be
started again once it is stopped in embedded mode. The change here makes
the stopping of the server happen as global process level when the
python module is unloaded.
…own-server-on-module-exit

Use atexit to only shutdown MariaDB on module exit
Update docker image for TileDB 2.6.2 and MyTile 0.12.0
@DimitrisStaratzis DimitrisStaratzis deleted the dstara/fix_mysql.c_includes branch March 26, 2024 10:23
@DimitrisStaratzis DimitrisStaratzis restored the dstara/fix_mysql.c_includes branch March 26, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants