~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/query_log/tests/t/file.test

  • Committer: Mark Atwood
  • Date: 2011-09-20 06:47:25 UTC
  • mfrom: (2420.1.1 query-log-1.0)
  • Revision ID: me@mark.atwood.name-20110920064725-wfa8n7up69l4ulod
mergeĀ lp:~daniel-nichter/drizzle/query-log-ts

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
# YYYY-MM-DDTHH:MM:SS.uuuuuu.  We just check that the start of the ts
101
101
# matches today's date.
102
102
let $today= `SELECT DATE(NOW())`;
103
 
--exec $TOP_SRCDIR/plugin/query_log/tests/check-query-log-attribute.pl $DRIZZLETEST_VARDIR/query.log ts matches "^$today"
 
103
--exec $TOP_SRCDIR/plugin/query_log/tests/check-query-log-attribute.pl $DRIZZLETEST_VARDIR/query.log start_ts matches "^$today"
104
104
 
105
105
# The 3rd line of an event should be microsecond times like 1.123456
106
106
--exec $TOP_SRCDIR/plugin/query_log/tests/check-query-log-attribute.pl $DRIZZLETEST_VARDIR/query.log execution_time,lock_time,session_time matches '\d\.\d{6}','\d\.\d{6}','\d\.\d{6}'