mariadb/storage
Alexey Botchkov 357c5f7464 MDEV-80 Memory engine table full at much less than max_heap_table_size with btree index.
RB-tree index in the MEMORY table fails if it grews over 4G.
        That happened because the old_allocated variable in hp_rb_write_key()
        had the uint type. Changed with the 'size_t' type to be same as the
        'rb_tree.allocated'.

per-file comments:
  storage/heap/hp_write.c
MDEV-80 Memory engine table full at much less than max_heap_table_size with btree index.
        uint->size_t for the 'old_allocated'.
2012-04-06 13:31:33 +05:00
..
archive mysql-5.1.62 merge 2012-04-05 10:49:38 +02:00
blackhole Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
csv Fixed lp:970528 "Server crashes in my_strnncollsp_simple on LEFT JOIN with CSV table, TEXT field" 2012-04-04 00:14:07 +03:00
example Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
federated mysql-5.1.62 merge 2012-04-05 10:49:38 +02:00
federatedx Fixed build failures 2011-02-23 11:22:56 +02:00
heap MDEV-80 Memory engine table full at much less than max_heap_table_size with btree index. 2012-04-06 13:31:33 +05:00
ibmdb2i Bug#473914: mysql_client_test fail with in debug compilaton on windows x64 2010-12-06 12:52:06 +01:00
innobase mysql-5.1.62 merge 2012-04-05 10:49:38 +02:00
innodb_plugin mysql-5.1.62 merge 2012-04-05 10:49:38 +02:00
maria Fixed bug lp:967914 "CHECK TABLE persistently reports table corruption after removing Aria logs" 2012-03-30 13:42:52 +03:00
myisam mysql-5.1.62 merge 2012-04-05 10:49:38 +02:00
myisammrg Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
ndb Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
pbxt Fix GCC build failure in PBXT in some cases/platforms. 2011-12-12 13:37:18 +01:00
xtradb mysql-5.1.62 merge 2012-04-05 10:49:38 +02:00
Makefile.am Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
mysql_storage_engine.cmake Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00