mariadb/storage
unknown c5abb8f8bb BUG#34089 "Maria crash on LOAD INDEX after FLUSH TABLES"
a typo had not disable LOAD INDEX for Maria.
BUG#34161 "freeing maria tmp table after fetching rows using prepared statements - crashes"
running the testcase I was not able to repeat the same crash but
found a misplaced assertion giving false positive, fixed here.


storage/maria/ha_maria.cc:
  important typo
storage/maria/ma_pagecache.c:
  The assertion on block's type should be after read_block(). Otherwise
  it can give false alarms.
2008-02-08 17:51:41 +01:00
..
archive Merge mysql.com:/home/gluh/MySQL/Merge/5.1 2007-12-13 15:56:04 +04:00
blackhole Merge bk-internal.mysql.com:/home/bk/mysql-5.1-marvel 2007-08-16 18:21:47 +02:00
csv Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-main 2007-12-16 17:03:44 +02:00
example Fixed bug #32034: On 64bit platforms assigning values of 2007-11-14 13:48:21 +04:00
federated Merge mysql.com:/home/hf/work/mrg/my50-mrg 2007-12-01 00:46:44 +04:00
heap Merge stella.local:/home2/mydev/mysql-5.1-amain 2007-09-28 09:54:21 +02:00
innobase Applied InnoDB snapshot innodb-5.1-ss2093 2007-11-20 12:23:18 -07:00
maria BUG#34089 "Maria crash on LOAD INDEX after FLUSH TABLES" 2008-02-08 17:51:41 +01:00
myisam - fix for bug when creating bitmaps 2008-01-19 04:51:38 +01:00
myisammrg Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-main 2007-12-16 17:03:44 +02:00
ndb Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb 2007-12-13 21:32:45 +01:00
Makefile.am fixes for make distclean, solaris, macosx, windows 2007-12-13 13:28:35 +01:00