152
152
# construct. So if this line looks "hot" then profile each
154
154
if ( !$got_ts && (my ( $time ) = $line =~ m/$slow_log_ts_line/o)) {
156
156
push @properties, 'ts', $time;
158
158
# The User@Host might be concatenated onto the end of the Time.
160
160
&& ( my ( $user, $host, $ip ) = $line =~ m/$slow_log_uh_line/o )
162
MKDEBUG && _d("Got user, host, ip", $user, $host, $ip);
162
PTDEBUG && _d("Got user, host, ip", $user, $host, $ip);
163
163
push @properties, 'user', $user, 'host', $host, 'ip', $ip;