mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
A test case for the bug fix as per PEM's reported bug #118.
Patch is already commited and approved by Sanja ..;o)
This commit is contained in:
@ -241,5 +241,6 @@ select @@key_buffer_size;
|
||||
select * from t1 where a=2;
|
||||
select * from t2 where a=3;
|
||||
check table t1,t2;
|
||||
select max(a) +1, max(a) +2 into @xx,@yy from t1;
|
||||
drop table t1,t2;
|
||||
|
||||
|
Reference in New Issue
Block a user