Commit 60185396 authored by unknown's avatar unknown
Browse files

Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new

into serg.mylan:/usr/home/serg/Abk/mysql-5.1

parents 12f5f09c 50814905
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,5 +2,6 @@
# By JBM 2006-02-14 Test wrapping to    #
# Share test code between engine tests  #
#########################################
--source include/have_ndb.inc
let $engine_type=NDB;
-- source extra/rpl_tests/rpl_delete_no_where.test
+1 −0
Original line number Diff line number Diff line
AUTHORS file example for a plugin
+1 −0
Original line number Diff line number Diff line
ChangeLog file example for a plugin
+5 −0
Original line number Diff line number Diff line
#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)

plugin/fulltext/NEWS

0 → 100644
+1 −0
Original line number Diff line number Diff line
NEWS file example for a plugin
Loading