~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to tests/include/show_binlog_using_logname.inc

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-03-18 12:12:31 UTC
  • Revision ID: james.westby@ubuntu.com-20100318121231-k6g1xe6cshbwa0f8
Tags: upstream-2010.03.1347
ImportĀ upstreamĀ versionĀ 2010.03.1347

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
########################################################
 
2
# Author: Jeb
 
3
# Date:   2007/04
 
4
# Purpose: To select out 1 row from offset 1
 
5
#          from the start position in the binlog whose
 
6
#          name is = log_name
 
7
######################################################## 
 
8
 
 
9
--replace_result $start_pos <start_pos> $end_pos <end_pos>
 
10
--replace_column 2 #
 
11
--replace_regex /\/\* xid=.* \*\//\/* XID *\// /table_id: [0-9]+/table_id: #/
 
12
--eval show binlog events in '$log_name'  from $start_pos limit $off_set,1
 
13