~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/r/bulk_commit.result

  • Committer: Stewart Smith
  • Date: 2011-01-21 01:09:12 UTC
  • mfrom: (2099 staging)
  • mto: (2099.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2100.
  • Revision ID: stewart@flamingspork.com-20110121010912-x5ogi8rm08nortxp
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        name: "a"
33
33
        type: INTEGER
34
34
        constraints {
35
 
          is_nullable: false
 
35
          is_notnull: true
36
36
        }
37
37
        numeric_options {
38
38
          is_autoincrement: true
72
72
      }
73
73
      CREATE_TIMESTAMP
74
74
      UPDATE_TIMESTAMP
75
 
      
 
75
      catalog: "LOCAL"
 
76
      UUID
76
77
      version: 1
77
78
    }
78
79
  }
79
80
}
 
81
segment_id: 1
 
82
end_segment: true
80
83
 
81
84
transaction_context {
82
85
  server_id: 1
161
164
    }
162
165
  }
163
166
}
 
167
segment_id: 1
 
168
end_segment: false
164
169
 
165
170
transaction_context {
166
171
  server_id: 1
197
202
    }
198
203
  }
199
204
}
 
205
segment_id: 2
 
206
end_segment: true
200
207
 
201
208
DROP TABLE t;
202
209
SET GLOBAL transaction_log_truncate_debug= true;