mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 20:55:32 +02:00
Merge XtraDB 8.
This commit is contained in:
commit
a41c10215f
2 changed files with 2 additions and 3 deletions
|
|
@ -22,7 +22,6 @@ pkgplugin_LTLIBRARIES = @plugin_federated_shared_target@
|
|||
ha_federatedx_la_LDFLAGS = -module -rpath $(pkgplugindir)
|
||||
ha_federatedx_la_CXXFLAGS= $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
|
||||
ha_federatedx_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
|
||||
ha_federatedx_la_SOURCES = ha_federatedx.cc
|
||||
|
||||
|
||||
EXTRA_LIBRARIES = libfederatedx.a
|
||||
|
|
|
|||
|
|
@ -390,8 +390,8 @@ int federatedx_db_init(void *p)
|
|||
DBUG_ENTER("federatedx_db_init");
|
||||
handlerton *federatedx_hton= (handlerton *)p;
|
||||
federatedx_hton->state= SHOW_OPTION_YES;
|
||||
/* This is no longer needed for plugin storage engines */
|
||||
federatedx_hton->db_type= DB_TYPE_DEFAULT;
|
||||
/* Needed to work with old .frm files */
|
||||
federatedx_hton->db_type= DB_TYPE_FEDERATED_DB;
|
||||
federatedx_hton->savepoint_offset= sizeof(ulong);
|
||||
federatedx_hton->close_connection= ha_federatedx::disconnect;
|
||||
federatedx_hton->savepoint_set= ha_federatedx::savepoint_set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue