mariadb/storage
Michael Widenius a55c159424 MDEV-6245 Certain compressed tables with myisampack are corrupted by "CHECK TABLE"
- Fixed bug that we where using wrong checksum algorithm when using VARCHAR with fixed lenth rows
- Ensure in myisampack that HA_OPTION_NULL_FIELDS is set for tables with null fields.

mysql-test/r/myisampack.result:
  Updated results
mysql-test/t/myisampack.test:
  Added more tests
storage/myisam/mi_open.c:
  Use correct checksum algorithm when we have VARCHAR fields with fixed length records
storage/myisam/myisampack.c:
  Ensure HA_OPTION_NULL_FIELDS is set for tables with null fields.
  (This was not set by default for not compressed tables without checksums to keep MyISAM tables compatible with MySQL)
2014-05-17 10:42:59 +03:00
..
archive mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
blackhole
csv
example Make THDVAR_INT variables to be signed in SELECT in SHOW 2014-04-09 14:28:07 +02:00
federated 5.1 merge 2014-03-16 13:59:44 +01:00
federatedx typo in FederatedX. HA_READ_AFTER_KEY is not a valid index flag. 2014-04-14 09:54:42 +02:00
heap MDEV-5905: Creating tmp. memory table kills the server 2014-03-26 21:58:27 +02:00
innobase MDEV-6160: InnoDB: Failing assertion: page_is_comp(next_page) == page_is_comp(page) 2014-04-28 08:30:05 +03:00
maria Fixed a compiler failure and removed some warnings in windows 2014-03-11 16:53:24 +02:00
myisam MDEV-6245 Certain compressed tables with myisampack are corrupted by "CHECK TABLE" 2014-05-17 10:42:59 +03:00
myisammrg rename handler::ha_set_lock_type() -> handler::set_lock_type(), 2014-04-28 11:11:16 +02:00
ndb mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
oqgraph improve oqgraph boost check to filter out newer boost versions 2014-01-26 21:49:39 +01:00
perfschema mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
sphinx fix SphinxSE to not leave Sphinx_error status variable uninitialized 2014-02-14 15:16:23 +01:00
tokudb after tokudb-7.1.6 merge 2014-05-06 14:40:32 +02:00
xtradb MDEV-4791: Assertion range_end >= range_start fails in log0online.c 2014-05-09 11:03:39 +03:00