mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
bd7120f97c
CSV storage engine to be statically compiled. Derived from antony's patch. config/ac-macros/storage.m4: don't add objects to the object list if we don't have them configure.in: compile CSV statically sql/ha_myisam.cc: fix prototype to get rid of THD sql/ha_myisam.h: fix prototype to get rid of THD sql/handler.cc: new function for plugins sql/handler.h: fix prototype to get rid of THD declare functions used by plugins sql/item.h: Don't include all the types and files when not building mysqld sql/lock.cc: don's assume that handler knows about THD sql/mysql_priv.h: Don't include all the types and files when not building mysqld declare new plugin functions sql/sql_class.cc: New plugin functions sql/sql_class.h: Don't include all the types and files when not building mysqld sql/sql_lex.h: Don't include all the types and files when not building mysqld storage/csv/Makefile.am: compile CSV into a static lib to be linked into mysqld storage/csv/ha_tina.cc: fix ha_tina to be able to build it static storage/csv/ha_tina.h: fix prototype to get rid of THD |
||
---|---|---|
.. | ||
alloca.m4 | ||
character_sets.m4 | ||
check_cpu.m4 | ||
compiler_flag.m4 | ||
ha_archive.m4 | ||
ha_berkeley.m4 | ||
ha_blackhole.m4 | ||
ha_example.m4 | ||
ha_federated.m4 | ||
ha_innodb.m4 | ||
ha_ndbcluster.m4 | ||
ha_partition.m4 | ||
ha_tina.m4 | ||
large_file.m4 | ||
misc.m4 | ||
openssl.m4 | ||
readline.m4 | ||
replication.m4 | ||
storage.m4 | ||
yassl.m4 | ||
zlib.m4 |