~vlad-lesin/percona-server/pintables

« back to all changes in this revision

Viewing changes to mysql-test/slow_extended.patch/percona_slow_extended-log_slow_filter.test

  • Committer: Laurynas Biveinis
  • Date: 2011-06-21 02:36:36 UTC
  • mfrom: (123 merge)
  • mto: This revision was merged to the branch mainline in revision 124.
  • Revision ID: laurynas.biveinis@percona.com-20110621023636-ccp1iyyrncj181zt
MergeĀ fromĀ lp:percona-server

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
source include/have_innodb.inc;
2
2
 
3
 
SET GLOBAL SLOW_QUERY_LOG=OFF;
4
 
 
5
3
--disable_warnings
6
4
drop table if exists t;
7
5
--enable_warnings
22
20
SELECT sleep(2) union select t2.id from t as t1,t as t2;
23
21
SELECT sleep(2);
24
22
 
 
23
SET GLOBAL SLOW_QUERY_LOG=OFF;
 
24
 
25
25
--disable_warnings
26
26
drop table if exists t;
27
27
--enable_warnings