mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Backport WL#3653 to 5.1 to enable bundled innodb plugin.
Remove custom DLL loader code from innodb plugin code, use symbols exported from mysqld.
This commit is contained in:
parent
518e249853
commit
31b79618e3
40 changed files with 777 additions and 1499 deletions
|
|
@ -86,7 +86,7 @@ struct list_node :public Sql_alloc
|
|||
};
|
||||
|
||||
|
||||
extern list_node end_of_list;
|
||||
extern MYSQL_PLUGIN_IMPORT list_node end_of_list;
|
||||
|
||||
class base_list :public Sql_alloc
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue