1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

ndb - bugfix: tinyblob + replace => mysqld crash (no bug#)

This commit is contained in:
pekka@mysql.com
2006-02-03 14:35:29 +01:00
parent 66b6c988f5
commit 7b892368c3
3 changed files with 14 additions and 1 deletions

View File

@@ -428,6 +428,13 @@ delete from t1;
select * from t1;
a b
commit;
replace t1 set a=2, b='y';
select * from t1;
a b
2 y
delete from t1;
select * from t1;
a b
drop table t1;
set autocommit=0;
create table t1 (