~percona-dev/percona-server/release-5.5.11-20.2-fix-bug-764138

« back to all changes in this revision

Viewing changes to mysql-test/query_cache_enhance.patch/percona_status_wait_query_cache_mutex.result

  • Committer: Ignacio Nin
  • Date: 2011-03-27 18:30:06 UTC
  • mfrom: (88.2.3 5.5.10)
  • Revision ID: ignacio.nin@percona.com-20110327183006-ij0o2pdyhzaerish
Merge 5.5.10 changes

Merge 5.5.10 changes to release-5.5.9-20.1 in order to create release-5.5.10-20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
SELECT number from t where id > 0;
19
19
SET SESSION debug="+d,status_wait_query_cache_mutex_sleep";
20
20
SHOW PROCESSLIST;
21
 
Id      User    Host    db      Command Time    State   Info
22
 
Id      root    localhost       test    Sleep   Time            NULL
23
 
Id      root    localhost       test    Query   Time    Waiting on query cache mutex    SELECT number from t where id > 0
24
 
Id      root    localhost       test    Query   Time    Waiting on query cache mutex    SELECT number from t where id > 0
25
 
Id      root    localhost       test    Query   Time    NULL    SHOW PROCESSLIST
 
21
Id      User    Host    db      Command Time    State   Info    Rows_sent       Rows_examined   Rows_read
 
22
Id      root    localhost       test    Sleep   Time            NULL    Rows_sent       Rows_examined   Rows_read
 
23
Id      root    localhost       test    Query   Time    Waiting on query cache mutex    SELECT number from t where id > 0       Rows_sent       Rows_examined   Rows_read
 
24
Id      root    localhost       test    Query   Time    Waiting on query cache mutex    SELECT number from t where id > 0       Rows_sent       Rows_examined   Rows_read
 
25
Id      root    localhost       test    Query   Time    NULL    SHOW PROCESSLIST        Rows_sent       Rows_examined   Rows_read
26
26
DROP TABLE t;
27
27
set GLOBAL query_cache_size=0;