mariadb/storage
Marko Mäkelä 37af958d23 MDEV-14905 Fulltext index modification committed during shutdown
If CREATE TABLE...FULLTEXT INDEX was initiated right before shutdown,
then the function fts_load_stopword() could commit modifications
after shutdown was initiated, causing an assertion failure in
the function trx_purge_add_update_undo_to_history().

Mark as internal all the read/write transactions that
modify fulltext indexes, so that they will be ignored by
the assertion that guards against transaction commits
after shutdown has been initiated.

fts_optimize_free(): Invoke trx_commit_for_mysql() just in case,
because in fts_optimize_create() we started the transaction as
internal, and fts_free_for_backgruond() would assert that the
flag is clear. Transaction commit would clear the flag.
2018-02-15 15:00:46 +00:00
..
archive MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
blackhole
cassandra Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
connect Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00
csv Merge 10.0 into 10.1 2017-05-23 08:59:03 +03:00
example
federated MDEV-14272 Mariadb crashes with signal 11 when using federatedx engine and galera 2017-12-28 02:13:25 +01:00
federatedx Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00
heap Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00
innobase MDEV-14905 Fulltext index modification committed during shutdown 2018-02-15 15:00:46 +00:00
maria Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00
mroonga MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPY 2018-01-30 20:24:23 +02:00
myisam cleanup: my_off_t mmaped_length -> size_t 2018-02-06 14:51:56 +01:00
myisammrg MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
oqgraph Merge branch '10.1' into 10.2 2017-10-24 14:53:18 +02:00
perfschema Compilation speed (#546) 2018-01-14 20:50:45 +04:00
rocksdb Merge branch 'bb-10.2-mariarocks' into 10.2 2018-02-09 13:44:38 +03:00
sequence Fix several compile warnings on Windows 2017-03-17 08:56:57 +00:00
sphinx Removed compiler warnings 2018-02-10 14:32:24 +02:00
spider MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
test_sql_discovery MDEV-13712 Spelling errors in the error message 2017-09-18 10:12:23 +02:00
tokudb TokuDB didn't compile with valgrind 2018-02-10 14:32:24 +02:00
xtradb Merge 10.1 into 10.2 2018-02-13 14:49:47 +02:00