Details
Description
show variables like 'thread_cache_size'; |
--connect foo,localhost,root
|
set rand_seed1=0, rand_seed2=0; |
create table t1 (id int auto_increment key, b double); |
--disable_query_log
|
--let $a=30
|
--while ($a) {
|
insert t1 (b) values (rand()); |
--dec $a |
}
|
--enable_query_log
|
set rand_seed1=0, rand_seed2=0; |
--disconnect foo
|
--connect bar,localhost,root
|
set @a=rand(); |
select * from t1 where b = @a; |
drop table t1; |
--disconnect bar |
this always prints
id b
|
21 0.5129564902865854
|
Attachments
Activity
Transition | Time In Source Status | Execution Times |
---|
|
2h 31m | 1 |
|
8s | 1 |
|
14h 51m | 1 |
|
6s | 1 |
|
7d 16h 27m | 1 |
|
8h 44m | 2 |
|
5m 17s | 1 |