lp:~capttofu/maria/federatedx-partitioning

Created by CaptTofu and last modified
Get this branch:
bzr branch lp:~capttofu/maria/federatedx-partitioning
Only CaptTofu can upload to this branch. If you are CaptTofu please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
CaptTofu
Project:
MariaDB
Status:
Development

Recent revisions

2845. By patg <patg@domU-12-31-39-0C-CA-71>

Removed cast of gptr, which is no longer needed nor defined causing compile error

2844. By patg <patg@domU-12-31-39-0C-CA-71>

Merge with main branch, also resolved conflicts in two files

2843. By Patrick Galbraith <email address hidden>

Applied the parts of Antony's patch for partitioning support and crash fix

Fixed Partition engine to store CONNECTION string for partitions.
Removed HA_NO_PARTITION flag from FederatedX.
Added test 'federated_partition' to suite.

FederatedX can crash unexpectedly or use incorrect remote table:
Nasty bug where the FEDERATEDX_SHARE key value is left pointing
to a location in a thread's stack. One line fix.

Bug #585688 - maridb crashes in federatedx code
FederatedX handler instances, created on one thread and used on
another thread (via table cache) when "show table status" is
executed
crashes because txn member was not initialized for current
thread.
Added test 'federated_bug_585688' to suite.

2842. By Igor Babaev

Merge

2841. By Igor Babaev

Removed empty lines.

2840. By Sergei Golubchik

merge

2839. By Michael Widenius

Fixed wrong queue_replace(), which caused timeout failure in pbxt.flush_read_lock_kill
Fixed compiler warnings.

2838. By Igor Babaev

Fixed bug #665049.
The bug could cause wrong results for queries over Maria tables when
index condition pushdown was used.

2837. By Sergei Golubchik

5.2 merge

2836. By Timour Katchaounov

Fixed LP bug #613009

The set of Ordered keys of a rowid merge engine is dense. Thus when
we decide not to create a key for a column that has only NULLs, this
column shouldn't be counted.

Notice that the caller has already precomputed the correct total
number of keys that should be created.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:maria/5.3
This branch contains Public information 
Everyone can see this information.

Subscribers