~stewart/drizzle/seapitester-state-history

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2011-01-12 04:30:24 UTC
  • mfrom: (2075.1.3 build)
  • Revision ID: kalebral@gmail.com-20110112043024-zgws6jzd54oym9um
Merge Brian - fix bug 527084 - DROP TABLE: getTableDefiniton returns EEXIST but doDropTable returns ENOENT leads to SIGSEGV
Merge Shrews - fix bug 686781 - Transaction message segmenting does not work in all cases 
Merge Stewart - fix bug 376299: sum_distinct-big test fails after resetting max_heap_table_size

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    }
39
39
  }
40
40
}
 
41
segment_id: 1
 
42
end_segment: true
41
43
 
42
44
 
43
45
 
69
71
    schema_name: "my_test_schema"
70
72
  }
71
73
}
 
74
segment_id: 1
 
75
end_segment: true
72
76
 
73
77
 
74
78
 
110
114
    if_exists_clause: true
111
115
  }
112
116
}
 
117
segment_id: 1
 
118
end_segment: true
113
119
 
114
120
Check transaction_log_entries
115
121
SELECT COUNT(*) FROM DATA_DICTIONARY.TRANSACTION_LOG_ENTRIES;
137
143
    schema_name: "my_test_schema"
138
144
  }
139
145
}
 
146
segment_id: 1
 
147
end_segment: true
140
148
 
141
149
 
142
150
 
178
186
  END_TIMESTAMP
179
187
  sql: "ALTER SCHEMA my_test_schema COLLATE utf8_turkish_ci"
180
188
}
 
189
segment_id: 1
 
190
end_segment: true
181
191
 
182
192
 
183
193
 
260
270
    }
261
271
  }
262
272
}
 
273
segment_id: 1
 
274
end_segment: true
263
275
 
264
276
 
265
277