mariadb/storage
unknown bd7120f97c Fix the tree: plugin-related changes, necessary for
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
2006-01-20 00:40:56 +03:00
..
archive Do not use C++ style comments (//) in C source (breaks compilation on aix52). 2006-01-02 09:58:58 +01:00
bdb storage/bdb/dist/s_all 2005-12-23 12:46:48 +01:00
csv Fix the tree: plugin-related changes, necessary for 2006-01-20 00:40:56 +03:00
example WL #2604: Partition Management 2006-01-17 08:40:00 +01:00
heap WL #528: Faster free_tmp_table 2005-11-06 08:29:03 +01:00
innobase Manually merged 2006-01-16 16:57:15 +03:00
myisam BUG#14194: Problem with fulltext boolean search and apostrophe 2006-01-13 23:34:38 +04:00
myisammrg WL#1324 table name to file name encoding 2005-12-31 09:01:26 +04:00
ndb ndb - wl#2972 (5.1) omit trigger check post!=pre if recipient is SUMA 2006-01-18 14:21:24 +01:00
Makefile.am Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2005-12-22 20:06:05 -08:00