~patrick-crews/randgen/randgen_drizzle_exp

« back to all changes in this revision

Viewing changes to conf/drizzle/translog_concurrent1.yy

  • Committer: patrick crews
  • Date: 2011-04-28 02:53:19 UTC
  • Revision ID: gleebix@gmail.com-20110428025319-xamh3jilbfon29m8
Modified transactional grammar

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
# columns, each table has a different order of those columns for 
113
113
# enhanced randomness
114
114
 `col_char_10` , `col_char_10_key` , `col_char_10_not_null` , `col_char_10_not_null_key` ,
115
 
 `col_char_1024` , `col_char_1024_key` , `col_char_1024_not_null` , `col_char_1024_not_null_key` ,
 
115
 `col_char_255` , `col_char_255_key` , `col_char_255_not_null` , `col_char_255_not_null_key` ,
116
116
 `col_int` , `col_int_key` , `col_int_not_null` , `col_int_not_null_key` ,
117
117
 `col_bigint` , `col_bigint_key` , `col_bigint_not_null` , `col_bigint_not_null_key` ,
118
118
 `col_enum` , `col_enum_key` , `col_enum_not_null` , `col_enum_not_null_key` ,
209
209
char_field_name:
210
210
      `col_char_10` | `col_char_10_key` | `col_text_not_null` | `col_text_not_null_key` |
211
211
      `col_text_key` | `col_text` | `col_char_10_not_null_key` | `col_char_10_not_null` |
212
 
      `col_char_1024` | `col_char_1024_key` | `col_char_1024_not_null` | `col_char_1024_not_null_key` ;
 
212
      `col_char_255` | `col_char_255_key` | `col_char_255_not_null` | `col_char_255_not_null_key` ;
213
213
 
214
214
large_digit:
215
215
        5 | 6 | 7 | 8 ;