mariadb/mysql-test/suite
Michael Widenius cf06b29f60 Fixed lp:905716 "Assertion `page->size <= share->max_index_block_size'"
The issue was that Aria allowed too long keys to be created (so that the internal buffer was not big enough to hold the whole key).
Key lengths is now limited to HA_MAX_KEY_LENGTH (1000), as for MyISAM.
Fixed failure in  "_ma_apply_redo_index: Assertion `new_page_length == 0", as found by buildbot.

mysql-test/suite/maria/r/maria.result:
  Updated results
mysql-test/suite/maria/r/maria3.result:
  Updated results. Added test for bug fix
mysql-test/suite/maria/t/maria3.test:
  Updated results. Added test for bug fix
mysql-test/suite/maria/t/optimize.test:
  Updated test for new max key length
storage/maria/ha_maria.cc:
  Limit key to HA_MAX_KEY_LENGTH.
storage/maria/ma_key_recover.c:
  Limit used page length to max page size (this is in line with the code that writes the entry to the log).
  This fixes failure in  "_ma_apply_redo_index: Assertion `new_page_length == 0", as found by buildbot.
storage/maria/ma_search.c:
  Extra DBUG
storage/maria/ma_write.c:
  Added test to detect errors earlier.
2012-02-28 13:39:02 +02:00
..
binlog Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
engines bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
federated Merge with 5.1 2011-11-30 22:57:18 +02:00
funcs_1 Merge with 5.1 2011-11-30 22:57:18 +02:00
funcs_2 Changed to Oracle bug numbers 2011-05-24 12:08:13 +05:30
handler Fix for LP#697610 ha_index_prev(uchar*): Assertion `inited==INDEX' failed with HANDLER + InnoDB in maria-5.3 2011-01-12 15:41:39 +02:00
ibmdb2i BUG#58079 - Remove the IBM DB2 storage engine 2010-11-11 13:03:17 +03:00
im
innodb Merge with MariaDB 5.1 and MySQL 5.1.61 2012-02-20 17:49:21 +02:00
innodb_plugin Fixed wrong test case 2012-02-21 09:35:46 +02:00
jp
large_tests
manual BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
maria Fixed lp:905716 "Assertion `page->size <= share->max_index_block_size'" 2012-02-28 13:39:02 +02:00
ndb Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
ndb_team Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
oqgraph oqgraph and sphinx on windows 2010-09-15 17:29:57 +02:00
parts Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
pbxt Back-ported the fix and the test case for bug #50257 from mariadb-5.3 code line. 2012-01-13 19:00:50 -08:00
percona Added test case forlp:875797 Using 'innodb_sys_indexes' causes core dump 2011-11-24 19:07:36 +02:00
plugins plugin renamed socket_peercred -> unix_socket. 2011-12-30 13:57:03 +01:00
rpl Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
rpl_ndb Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
sphinx use mtr_verbose() for debug output in suite.pm files 2011-03-01 18:31:33 +01:00
stress
sys_vars Merge with MySQL 5.1.60 2011-11-23 19:32:14 +02:00
vcol Fixed LP bug #806057. 2011-12-29 15:09:20 -08:00