~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-01-14 02:43:41 UTC
  • mfrom: (2081.1.3 drizzle)
  • Revision ID: brian@gir-3-20110114024341-3w2x5umqw8vtohu5
Rollup changes for trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
  END_TIMESTAMP
182
182
}
183
183
statement {
184
 
  type: RAW_SQL
 
184
  type: ALTER_SCHEMA
185
185
  START_TIMESTAMP
186
186
  END_TIMESTAMP
187
 
  sql: "ALTER SCHEMA my_test_schema COLLATE utf8_turkish_ci"
 
187
  alter_schema_statement {
 
188
    before {
 
189
      name: "my_test_schema"
 
190
      collation: "utf8_general_ci"
 
191
      engine {
 
192
        name: "filesystem"
 
193
      }
 
194
      catalog: "LOCAL"
 
195
      CREATE_TIMESTAMP
 
196
      UPDATE_TIMESTAMP
 
197
      
 
198
      version: 1
 
199
    }
 
200
    after {
 
201
      name: "my_test_schema"
 
202
      collation: "utf8_turkish_ci"
 
203
      engine {
 
204
        name: "filesystem"
 
205
      }
 
206
      catalog: "LOCAL"
 
207
      CREATE_TIMESTAMP
 
208
      UPDATE_TIMESTAMP
 
209
      
 
210
      version: 2
 
211
    }
 
212
  }
188
213
}
189
214
segment_id: 1
190
215
end_segment: true