An error occurred fetching the project authors.
  1. 26 Sep, 2009 1 commit
  2. 11 Nov, 2006 1 commit
    • unknown's avatar
      This patch fixes the example engine, the example parser, and the example... · a4fba6ad
      unknown authored
      This patch fixes the example engine, the example parser, and the example daemon to compile. AKA You can now test that the interface is actually working :)
      
      
      configure.in:
        Removed unneeded call to old plugin syntax.
      include/mysql/plugin.h:
        Updates for daemon type (and fixed warning on declare end).
      plugin/fulltext/Makefile.am:
        Updated names so that we can install and test it.
      plugin/fulltext/plugin_example.c:
        Fixed wrong call.
      sql/mysqld.cc:
        Removed old have_example (we don't need it any longer).
      sql/set_var.cc:
        Removed old have_example
      sql/sql_plugin.cc:
        Added support for DAEMON type (just an internal raw plugin)
      storage/example/plug.in:
        Removed example static build so that we can test dynamic engines
      plugin/daemon_example/AUTHORS:
        New BitKeeper file ``plugin/daemon_example/AUTHORS''
      plugin/daemon_example/ChangeLog:
        New BitKeeper file ``plugin/daemon_example/ChangeLog''
      plugin/daemon_example/Makefile.am:
        New BitKeeper file ``plugin/daemon_example/Makefile.am''
      plugin/daemon_example/NEWS:
        New BitKeeper file ``plugin/daemon_example/NEWS''
      plugin/daemon_example/README:
        New BitKeeper file ``plugin/daemon_example/README''
      plugin/daemon_example/configure.in:
        New BitKeeper file ``plugin/daemon_example/configure.in''
      plugin/daemon_example/daemon_example.c:
        New BitKeeper file ``plugin/daemon_example/daemon_example.c''
      plugin/daemon_example/plug.in:
        New BitKeeper file ``plugin/daemon_example/plug.in''
      plugin/fulltext/plug.in:
        Added plug.in file so that we compile fulltext example!
      a4fba6ad
  3. 07 Apr, 2006 1 commit
    • unknown's avatar
      plugin/fulltext/configure.in · 9da634c9
      unknown authored
          no sense in building static library version of a plugin
      plugin/fulltext/plugin_example.c
          comments clarified. everything local to a plugin was declared static
      
      
      plugin/fulltext/configure.in:
        no sense in building static library version of a plugin
      plugin/fulltext/plugin_example.c:
        comments clarified. everything local to a plugin was declared static.
      9da634c9
  4. 06 Apr, 2006 1 commit
    • unknown's avatar
      changes to make plugin_example useful as a template: · 567c0cee
      unknown authored
      force pkglibdir to be in "mysql" package, template files:
      AUTHORS, ChangeLog, NEWS, README, configure.in
      
      
      plugin/fulltext/Makefile.am:
        changes to make plugin_example useful as a template:
        force pkglibdir to be in "mysql" package
      567c0cee