List:Commits« Previous MessageNext Message »
From:Sergey Vojtovich Date:May 19 2006 12:46pm
Subject:bk commit into 5.1 tree (svoj:1.2392) BUG#19907
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of svoj. When svoj does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2392 06/05/19 17:46:34 svoj@april.(none) +1 -0
  BUG#19907 - simple_parser plugin cannot be installed
  
  The problem was that simple_parser was compiled as static plugin, which
  is intended to be linked into server, but not plugged.
  
  This patch makes simple_parser to be compiled as dynamic plugin by adding
  -DMYSQL_DYNAMIC_PLUGIN into CFLAGS.

  plugin/fulltext/Makefile.am
    1.7 06/05/19 17:46:29 svoj@april.(none) +1 -1
    Compile mypluglib as dynamic mysql plugin.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	svoj
# Host:	april.(none)
# Root:	/home/svoj/devel/mysql/BUG18233/mysql-5.1

--- 1.6/plugin/fulltext/Makefile.am	2006-05-01 00:52:24 +05:00
+++ 1.7/plugin/fulltext/Makefile.am	2006-05-19 17:46:29 +05:00
@@ -6,4 +6,4 @@
 #pkglib_LTLIBRARIES= mypluglib.la
 mypluglib_la_SOURCES= plugin_example.c
 mypluglib_la_LDFLAGS= -module -rpath $(pkglibdir)
-
+mypluglib_la_CFLAGS= -DMYSQL_DYNAMIC_PLUGIN
Thread
bk commit into 5.1 tree (svoj:1.2392) BUG#19907Sergey Vojtovich19 May