mariadb/storage
unknown fe68583216 bug #23369 (Embedded library can't be linked)
Problem is that some files moved to storage/*/ still are dependent
on sql/ code (usually use members of THD structure)
that can get different being compiled with another #define-s
Code added to recompile these for the embedded server


config/ac-macros/plugins.m4:
  macros added to check if the storage has sql/ - dependent code
libmysqld/Makefile.am:
  symlink files from storage/*/ needed to be recompiled
  with EMBEDDED_LIBRARY
storage/federated/plug.in:
  ha_federated.cc uses THD structure
storage/heap/plug.in:
  ha_heap.cc uses THD structure
storage/innobase/plug.in:
  ha_innodb.cc uses THD structure
storage/myisam/plug.in:
  ha_myisam.cc uses THD structure
storage/myisammrg/plug.in:
  ha_myisammrg.cc uses THD structure
2006-10-18 17:03:37 +05:00
..
archive Added license information display to output of plugins schema, and tagged all plugins with GPL flag. 2006-10-05 00:41:29 -07:00
blackhole Added license information display to output of plugins schema, and tagged all plugins with GPL flag. 2006-10-05 00:41:29 -07:00
csv Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.1 2006-10-08 15:32:00 +05:00
example Added license information display to output of plugins schema, and tagged all plugins with GPL flag. 2006-10-05 00:41:29 -07:00
federated bug #23369 (Embedded library can't be linked) 2006-10-18 17:03:37 +05:00
heap bug #23369 (Embedded library can't be linked) 2006-10-18 17:03:37 +05:00
innobase bug #23369 (Embedded library can't be linked) 2006-10-18 17:03:37 +05:00
myisam bug #23369 (Embedded library can't be linked) 2006-10-18 17:03:37 +05:00
myisammrg bug #23369 (Embedded library can't be linked) 2006-10-18 17:03:37 +05:00
ndb ndb - fix some ndb strict-alias problems 2006-10-16 23:37:00 +02:00
Makefile.am fixes for 'make dist' and 'make distcheck' 2006-04-12 14:08:24 +02:00