small fixes for command name loading

new readme with ref to github wiki
improve performance of command lookup.
Fix cmd type and object type in cached queries.
Support for MySQL 5.5.21 offsets
This commit is contained in:
Guy Lichtman
2012-04-09 16:24:30 +03:00
parent 4d1f1a1ffb
commit 026fdbf505
7 changed files with 181 additions and 178 deletions

10
src/MySQLPlugin.map Normal file
View File

@@ -0,0 +1,10 @@
{
global:
_mysql_plugin_declarations_;
_mysql_plugin_interface_version_;
_mysql_sizeof_struct_st_plugin_;
audit_plugin_so_init;
thd_alloc_service;
local: *;
};