mariadb/storage/xtradb/row
Marko Mäkelä c1e1764fc4 Fix embedded innodb_plugin after 560799ebd8
wsrep_certification_rules: Define as a weak global symbol.
While there are separate _embedded.a for statically
linked storage engine plugins, there is only one ha_innodb.so
which is supposed to work with both values of WITH_WSREP.

The merge from 10.0-galera introduced a reference to a global
variable that is only defined when the server is built WITH_WSREP.
We must define that symbol as weak global, so that when
a dynamically linked InnoDB or XtraDB is used with the embedded
server (which never includes write-set replication patches),
the variable will be read as 0, instead of causing a failure to
load the InnoDB or XtraDB plugin.
2019-02-02 12:49:04 +02:00
..
row0ext.cc Revert "MDEV-6928: Add trx pointer to struct mtr_t" 2018-01-29 11:05:17 +02:00
row0ftsort.cc Merge 10.0 into 10.1 2019-01-17 06:40:24 +02:00
row0import.cc Follow-up to MDEV-12112: corruption in encrypted table may be overlooked 2018-12-17 19:33:44 +02:00
row0ins.cc Fix embedded innodb_plugin after 560799ebd8 2019-02-02 12:49:04 +02:00
row0log.cc Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01:00
row0merge.cc Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01:00
row0mysql.cc MDEV-18237 InnoDB: Unable to drop FTS index aux table and further errors (possibly bogus) 2019-01-18 06:46:39 +02:00
row0purge.cc 5.6.38-83.0 2018-01-23 18:04:34 +02:00
row0quiesce.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
row0row.cc Merge remote-tracking branch '5.5' into 10.0 2018-01-24 12:29:31 +02:00
row0sel.cc Merge 10.0 into 10.1 2018-11-05 17:50:41 +02:00
row0uins.cc Merge 10.0 into 10.1 2017-08-28 15:05:46 +03:00
row0umod.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
row0undo.cc Revert "MDEV-14705: Do not rollback on InnoDB shutdown" 2018-04-10 08:55:20 +03:00
row0upd.cc MDEV-15611 Due to the failure of foreign key detection, Galera slave node killed himself. 2018-06-15 09:04:26 +03:00
row0vers.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00