~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/r/slow_launch_time_func.result

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET @global_slow_launch_time = @@GLOBAL.slow_launch_time;
 
2
'#--------------------FN_DYNVARS_124_01-------------------------#'
 
3
** Connection default **
 
4
SET @@GLOBAL.slow_launch_time=0;
 
5
SELECT @@GLOBAL.slow_launch_time;
 
6
@@GLOBAL.slow_launch_time
 
7
0
 
8
** Connecting conn5 using username 'root' **
 
9
** Connecting conn6 using username 'root' **
 
10
** Connecting conn7 using username 'root' **
 
11
** Connecting conn8 using username 'root' **
 
12
** Connecting conn9 using username 'root' **
 
13
** Connecting conn10 using username 'root' **
 
14
** Connecting conn11 using username 'root' **
 
15
** Connecting conn12 using username 'root' **
 
16
** Connecting conn13 using username 'root' **
 
17
** Connecting conn14 using username 'root' **
 
18
** Connecting conn15 using username 'root' **
 
19
** Connecting conn16 using username 'root' **
 
20
show status like 'slow_launch_threads';
 
21
Variable_name   Value
 
22
Slow_launch_threads     12
 
23
12 Expected
 
24
** Connection default **
 
25
** Disconnecting conn5 **
 
26
** Disconnecting conn6 **
 
27
** Disconnecting conn7 **
 
28
** Disconnecting conn8 **
 
29
** Disconnecting conn9 **
 
30
** Disconnecting conn10 **
 
31
** Disconnecting conn11 **
 
32
** Disconnecting conn12 **
 
33
** Disconnecting conn13 **
 
34
** Disconnecting conn14 **
 
35
** Disconnecting conn15 **
 
36
** Disconnecting conn16 **
 
37
SET @@GLOBAL.slow_launch_time = @global_slow_launch_time;