mariadb/storage
Olivier Bertrand 3a69c854c5 - Modifies the way indexed UPDATE/DELETE are sorted in order to execute
them sorted by file position. Firstly a new value is stored in indexes
  to know if they are sorted, preventing to do the sorting when it is not
  needed. Secondly, almost all in now done in connect instead of being
  done by the different file access method classes. This pepares the future
  use of temporary files for all table types and also fix the bug that was
  occuring when partially using a multi-column index because of false MRR
  like call of position followed by unsorted rnd_pos no more using indexing.
modified:
  storage/connect/connect.cc
  storage/connect/filamap.cpp
  storage/connect/filamap.h
  storage/connect/filamdbf.cpp
  storage/connect/filamdbf.h
  storage/connect/filamfix.cpp
  storage/connect/filamfix.h
  storage/connect/filamtxt.cpp
  storage/connect/filamtxt.h
  storage/connect/filamvct.cpp
  storage/connect/filamvct.h
  storage/connect/tabdos.cpp
  storage/connect/tabdos.h
  storage/connect/tabfix.h
  storage/connect/tabfmt.cpp
  storage/connect/tabfmt.h
  storage/connect/xindex.cpp
  storage/connect/xindex.h
  storage/connect/xtable.h
2014-08-16 16:46:35 +02:00
..
archive 5.5.38 merge 2014-06-06 00:07:27 +02:00
blackhole
cassandra MDEV-5404 Can't free data returned by mariadb_dyncol_unpack on windows 2014-03-19 09:58:18 +01:00
connect - Modifies the way indexed UPDATE/DELETE are sorted in order to execute 2014-08-16 16:46:35 +02:00
csv MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:06:29 +01:00
example 5.5 merge 2014-05-09 12:35:11 +02:00
federated remove append_escaped(), use String::append_for_single_quote() instead 2014-03-26 09:41:52 +01:00
federatedx 5.5 merge 2014-05-09 12:35:11 +02:00
heap MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replication causing replication to fail. 2014-07-08 12:54:47 +02:00
innobase MDEV-6450 - MariaDB crash on Power8 when built with advance 2014-08-04 11:55:38 +04:00
maria Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
myisam Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
myisammrg 5.5 merge 2014-05-09 12:35:11 +02:00
ndb mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
oqgraph Fixed failing testcase 2014-07-30 23:16:49 +03:00
perfschema MDEV-6249 mark P_S STABLE and disable it by default 2014-06-09 20:00:23 +02:00
sequence promote server_audit and sequence plugins to stable 2014-06-13 13:25:32 +02:00
sphinx update plugins' maturity levels: 2014-03-19 09:56:46 +01:00
spider fix wrong result for Spider test 2014-06-10 02:50:33 +09:00
test_sql_discovery MDEV-4955 discover of table non-existance on CREATE 2014-02-27 22:43:42 +01:00
tokudb merge of MDEV-6047 2014-06-09 13:47:20 +03:00
xtradb MDEV-6450 - MariaDB crash on Power8 when built with advance 2014-08-04 11:55:38 +04:00