mariadb/plugin/fulltext
unknown 2ae54e3b9d minor plugin api fixes:
remove #define __attribute__(A) from plugin.h
increase API version because placeholders were added
more robust definition of min_plugin_interface_version


include/mysql/plugin.h:
  move #define __attribute__(A) out of plugin.h (not part of the API)
  increase API version because placeholders were added
plugin/fulltext/plugin_example.c:
  compilation failure on non-GCC compilers
sql/sql_plugin.cc:
  more robust definition of min_plugin_interface_version
  it should work even when we forget to update it
2006-09-07 12:56:32 +02:00
..
AUTHORS changes to make plugin_example useful as a template: 2006-04-06 16:07:53 +02:00
ChangeLog changes to make plugin_example useful as a template: 2006-04-06 16:07:53 +02:00
configure.in plugin/fulltext/configure.in 2006-04-07 22:36:04 +02:00
Makefile.am BUG#19907 - simple_parser plugin cannot be installed 2006-05-19 17:46:34 +05:00
NEWS changes to make plugin_example useful as a template: 2006-04-06 16:07:53 +02:00
plugin_example.c minor plugin api fixes: 2006-09-07 12:56:32 +02:00
README changes to make plugin_example useful as a template: 2006-04-06 16:07:53 +02:00

README file example for a plugin