1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-10 23:02:54 +03:00
Files
mariadb/storage/example/ha_example.cc
unknown fded4bdf77 Bug#18464
"Can't make example storage engine available"
Build was attempting a shared-lib build instead of static


configure.in:
  configure example to be linked in
storage/csv/ha_tina.cc:
  don't want plugin symbols in mysqld
storage/example/Makefile.am:
  build as static library
storage/example/ha_example.cc:
  don't want plugin symbols in mysqld
2006-03-28 14:34:28 -08:00

22 KiB