| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1
|
| | |
|
| |
| |
| |
| | |
Removed
|
|/
|
|
| |
It now demonstrates creating its own thread and shows off how to clean up after itself (creates a really simple heartbeat file)
|
|
|
|
|
|
|
|
|
|
| |
Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
Adjusted year(s) in copyright header
Added GPL copyright text
my_vle.h, rpl_utility.h, my_vle.c, base64-t.c, rpl_utility.cc:
Changed copyright header formatting some
plugin_example.c, daemon_example.c:
Added "Copyright (C) 2006 MySQL AB" to GPL header
|
|
|
|
| |
Changed header to GPL version 2 only
|
|\
| |
| |
| | |
into bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
|
| |
| |
| |
| |
| |
| |
| | |
Added missing DBUG_RETURN statements (in mysqldump.c)
Added missing enums
Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes
Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
|
| |
| |
| |
| | |
support for "data" from plugin to plugin generic init to use memory location.
|
|/
|
|
| |
daemon to compile. AKA You can now test that the interface is actually working :)
|
|
|
|
| |
all plugins with GPL flag.
|
|
|
|
|
|
| |
remove #define __attribute__(A) from plugin.h
increase API version because placeholders were added
more robust definition of min_plugin_interface_version
|
| |
|
|
|
|
| |
Fixed wrong table flags type in ndbcluster that caused previous commit to fail
|
|
|
|
|
| |
mysql_parse() and mysql_add_word() now take a MYSQL_FTPARSER_PARAM*,
not a mysql_ftparam.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|\
| |
| |
| | |
into xiphis.org:/home/antony/work2/wl3201.merge
|
| |
| |
| |
| | |
" Configure support for server plugins "
|
|/ |
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
force pkglibdir to be in "mysql" package, template files:
AUTHORS, ChangeLog, NEWS, README, configure.in
|
|
|
|
|
|
| |
Change for 'make distcheck'
libmysqld.vcproj:
Typo
|
|
|
|
| |
plugin.h has been moved into include/mysql/plugin.h
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The patch adds DYNAMIC_ARRAY all_status_vars, which is now the
sole source of status information for SHOW STATUS. Status
variables can be added to and removed from the array dynamically.
SHOW STATUS command uses this array instead of static array
from mysqld.cc
Compatibility with the old, global list of status variables is
preserved in init_server_components(), where this global list is
simply appended to all_status_vars.
|
| |
|
|
Manual merge.
|