mariadb/mysql-test
vasil d2914449ab branches/5.1:
Fix Bug#34300 Tinyblob & tinytext fields currupted after export/import and alter in 5.1

Copy the BLOB fields, that are stored internally, to a safe place
(prebuilt->blob_heap) when converting a row from InnoDB format to
MySQL format in row_sel_store_mysql_rec().

The bug was introduced in:

 ------------------------------------------------------------------------
 r587 | osku | 2006-05-23 15:35:58 +0300 (Tue, 23 May 2006) | 3 lines
 
 Optimize BLOB selects by using prebuilt->blob_heap directly instead of first
 reading BLOB data to a temporary heap and then copying it to
 prebuilt->blob_heap.
 ------------------------------------------------------------------------

Approved by:	Heikki
2008-03-26 16:26:54 +00:00
..
ctype_innodb_like.inc Import 5.0 code. 2005-10-27 07:29:40 +00:00
have_innodb.inc branches/5.1: 2008-03-11 16:50:50 +00:00
innodb-autoinc.result branches/5.1: Checked in the wrong test results in r2353. This commit has 2008-03-11 14:20:59 +00:00
innodb-autoinc.test branches/5.1: Change the InnoDB autoinc type to ulint64. For this added a 2008-03-05 20:23:39 +00:00
innodb-lock.result Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb-lock.test Merge changes from MySQL AB to mysql-test directives. 2007-03-02 13:23:21 +00:00
innodb-master.opt Make innodb_unsafe_binlog test case faster. Group all consistent read 2006-04-05 10:11:00 +00:00
innodb-replace.result Merge a change from MySQL AB: 2007-03-27 05:45:32 +00:00
innodb-replace.test Merge a change from MySQL AB: 2007-03-27 05:45:32 +00:00
innodb-semi-consistent-master.opt Set an error code when a deadlock occurs in semi-consistent read. (Bug #31494) 2007-10-17 05:36:42 +00:00
innodb-semi-consistent.result branches/5.1: Merge a change from MySQL AB: 2008-01-28 14:07:57 +00:00
innodb-semi-consistent.test branches/5.1: Merge a change from MySQL AB: 2008-01-28 14:07:57 +00:00
innodb.result branches/5.1: 2008-03-11 16:50:50 +00:00
innodb.test branches/5.1: 2008-03-11 16:50:50 +00:00
innodb_bug34053.result branches/5.1: 2008-02-07 12:02:06 +00:00
innodb_bug34053.test branches/5.1: 2008-03-11 16:50:50 +00:00
innodb_bug34300.result branches/5.1: 2008-03-26 16:26:54 +00:00
innodb_bug34300.test branches/5.1: 2008-03-26 16:26:54 +00:00
innodb_bug35220.result branches/5.1: 2008-03-18 07:35:30 +00:00
innodb_bug35220.test branches/5.1: 2008-03-18 07:35:30 +00:00
innodb_trx_weight.inc mysql-test/innodb_trx_weight.inc: Add username root to the "connect" statement. 2007-06-06 12:13:59 +00:00
innodb_trx_weight.result Fix Bug#21293: Consider transactions that had edited non-transactional 2007-05-15 14:53:04 +00:00
innodb_trx_weight.test Merge changes from MySQL AB, as of the following changeset: 2007-07-31 05:56:17 +00:00