Below is the list of changes that have just been committed into a local
5.1 repository of serg. When serg 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.2293 06/04/06 16:07:53 serg@stripped +6 -0
changes to make plugin_example useful as a template:
force pkglibdir to be in "mysql" package, template files:
AUTHORS, ChangeLog, NEWS, README, configure.in
plugin/fulltext/configure.in
1.1 06/04/06 16:07:35 serg@stripped +8 -0
plugin/fulltext/configure.in
1.0 06/04/06 16:07:35 serg@stripped +0 -0
BitKeeper file /usr/home/serg/Abk/mysql-5.1/plugin/fulltext/configure.in
plugin/fulltext/README
1.1 06/04/06 16:07:34 serg@stripped +1 -0
plugin/fulltext/README
1.0 06/04/06 16:07:34 serg@stripped +0 -0
BitKeeper file /usr/home/serg/Abk/mysql-5.1/plugin/fulltext/README
plugin/fulltext/NEWS
1.1 06/04/06 16:07:32 serg@stripped +1 -0
plugin/fulltext/NEWS
1.0 06/04/06 16:07:32 serg@stripped +0 -0
BitKeeper file /usr/home/serg/Abk/mysql-5.1/plugin/fulltext/NEWS
plugin/fulltext/ChangeLog
1.1 06/04/06 16:07:31 serg@stripped +1 -0
plugin/fulltext/ChangeLog
1.0 06/04/06 16:07:31 serg@stripped +0 -0
BitKeeper file /usr/home/serg/Abk/mysql-5.1/plugin/fulltext/ChangeLog
plugin/fulltext/AUTHORS
1.1 06/04/06 16:07:30 serg@stripped +1 -0
plugin/fulltext/Makefile.am
1.4 06/04/06 16:07:30 serg@stripped +5 -0
changes to make plugin_example useful as a template:
force pkglibdir to be in "mysql" package
plugin/fulltext/AUTHORS
1.0 06/04/06 16:07:30 serg@stripped +0 -0
BitKeeper file /usr/home/serg/Abk/mysql-5.1/plugin/fulltext/AUTHORS
# 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: serg
# Host: serg.mylan
# Root: /usr/home/serg/Abk/mysql-5.1
--- New file ---
+++ plugin/fulltext/AUTHORS 06/04/06 16:07:30
AUTHORS file example for a plugin
--- New file ---
+++ plugin/fulltext/ChangeLog 06/04/06 16:07:31
ChangeLog file example for a plugin
--- New file ---
+++ plugin/fulltext/NEWS 06/04/06 16:07:32
NEWS file example for a plugin
--- New file ---
+++ plugin/fulltext/README 06/04/06 16:07:34
README file example for a plugin
--- New file ---
+++ plugin/fulltext/configure.in 06/04/06 16:07:35
# configure.in example for a plugin
AC_INIT(plugin_example, 0.1)
AM_INIT_AUTOMAKE
AC_PROG_LIBTOOL
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
--- 1.3/plugin/fulltext/Makefile.am Wed Feb 22 20:21:27 2006
+++ 1.4/plugin/fulltext/Makefile.am Thu Apr 6 16:07:30 2006
@@ -1,4 +1,9 @@
+#Makefile.am example for a plugin
+
+pkglibdir=$(libdir)/mysql
INCLUDES= -I$(top_builddir)/include -I$(top_srcdir)/include
noinst_LTLIBRARIES= mypluglib.la
+#pkglib_LTLIBRARIES= mypluglib.la
mypluglib_la_SOURCES= plugin_example.c
mypluglib_la_LDFLAGS= -module -rpath $(pkglibdir)
+
| Thread |
|---|
| • bk commit into 5.1 tree (serg:1.2293) | Sergei Golubchik | 6 Apr |