mirror of
https://github.com/MariaDB/server.git
synced 2026-03-17 13:58:41 +01:00
compiling mariadb from a git tree Fixed sprintf deprecation warnings compiling on MacOSX. Replaced some sprintf calls with equivalent snprintf calls, enough so that "normal" compile on MacOSX (as documented in the docs) completes without warnings. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ha_federated.cc | ||
| ha_federated.h | ||
| README | ||
The files in this directory are not used by MariaDB MariaDB uses the new federated storage engine that can be found in the federatedx directory. This directory is only kept around to make it easy to merge code from the MySQL source repositories that uses the old and disabled federated code.