mariadb/storage
Sergei Petrunia 056b6fe1d5 MDEV-17297: stats.records=0 for a table of Archive engine when it has rows, when we run ANALYZE command
Archive storage engine assumed that any query that attempts to read from
the table will call ha_archive::info() beforehand. ha_archive would flush
un-written data in that call (this would make it visible for the reads).

Break this assumption. Flush the data when the table is opened for reading.

This way, one can do multiple write statements without causing a flush, but
as soon as we might need the data, we flush it.
2019-04-18 23:12:43 +03:00
..
archive MDEV-17297: stats.records=0 for a table of Archive engine when it has rows, when we run ANALYZE command 2019-04-18 23:12:43 +03:00
blackhole
cassandra Correct FSF address 2017-03-10 18:21:29 +01:00
connect MDEV-7066 No Source RPMs ... (and so no "yum-builddep MariaDB-server" either) 2019-03-27 22:51:37 +01:00
csv Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
example
federated Remove unused declarations 2019-04-03 19:46:34 +03:00
federatedx Remove unused declarations 2019-04-03 19:46:34 +03:00
heap Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01:00
innobase Fix more -Wnonnull-compare 2019-04-03 19:21:54 +03:00
maria fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
mroonga cmake: re-enable -Werror in the maintainer mode 2019-03-27 22:51:37 +01:00
myisam fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
myisammrg Merge 10.0 into 10.1 2019-03-27 11:56:08 +02:00
oqgraph Merge 10.0 into 10.1 2018-04-24 09:26:40 +03:00
perfschema MDEV-19172 Reorder fields in PFS_events and PFS_events_waits to speed up memcpy() 2019-04-05 20:08:45 +04:00
sequence fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
sphinx MDEV-16544 - crash in ha_sphinx::create() 2018-08-04 22:53:16 +01:00
spider cmake: re-enable -Werror in the maintainer mode 2019-03-27 22:51:37 +01:00
test_sql_discovery MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
tokudb cmake: only search for libraries that are needed 2019-04-02 18:22:37 +02:00
xtradb Fix more -Wnonnull-compare 2019-04-03 19:21:54 +03:00