mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
The main problem was a bug in CSV where it provided wrong statistics (it claimed the table was empty when it wasn't) I also fixed wrong freeing of blob's in the CSV handler. (Any call to handler::read_first_row() on a CSV table with blobs would fail) mysql-test/r/csv.result: Added new test case mysql-test/r/partition_innodb.result: Updated test results after fixing bug with impossible partitions and const tables mysql-test/t/csv.test: Added new test case sql/sql_select.cc: Cleaned up code for handling of partitions. Fixed also a bug where we didn't threat a table with impossible partitions as a const table. storage/csv/ha_tina.cc: Allocate blobroot onces. |
||
|---|---|---|
| .. | ||
| archive | ||
| blackhole | ||
| csv | ||
| example | ||
| federated | ||
| federatedx | ||
| heap | ||
| ibmdb2i | ||
| innobase | ||
| innodb_plugin | ||
| maria | ||
| myisam | ||
| myisammrg | ||
| ndb | ||
| pbxt | ||
| xtradb | ||
| Makefile.am | ||
| mysql_storage_engine.cmake | ||