~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/information_schema.result

  • Committer: Brian Aker
  • Date: 2009-12-30 19:10:09 UTC
  • mfrom: (1245.2.7 remove-ilist)
  • Revision ID: brian@gaz-20091230191009-ulqzmoln5q530e6a
Merge Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
464
464
SELECT info FROM information_schema.processlist WHERE id = CONNECTION_ID()
465
465
show processlist;
466
466
Id      User    Host    db      Command Time    State   Info
467
 
#       #       #       mysqltest       Sleep   #       #       NULL
468
 
#       #       #       test    Sleep   #       #       NULL
469
467
#       #       #       test    Query   #       #       show processlist
 
468
#       #       #       test    Sleep   #       #       
 
469
#       #       #       mysqltest       Sleep   #       #       
470
470
SELECT info, command, db
471
471
FROM information_schema.processlist
472
472
WHERE id = CONNECTION_ID();