~patrick-crews/randgen/randgen_codership

« back to all changes in this revision

Viewing changes to conf/drizzle/translog_concurrent2.yy

  • Committer: patrick crews
  • Date: 2011-09-28 22:45:05 UTC
  • Revision ID: gleebix@gmail.com-20110928224505-nb2sb506h4euhkrb
Tweaks to grammar to allow tests to behave correctly with system

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
 `col_char_1024` , `col_char_1024_key` , `col_char_1024_not_null` , `col_char_1024_not_null_key` ,
110
110
 `col_int` , `col_int_key` , `col_int_not_null` , `col_int_not_null_key` ,
111
111
 `col_bigint` , `col_bigint_key` , `col_bigint_not_null` , `col_bigint_not_null_key` ,
112
 
 `col_enum` , `col_enum_key` , `col_enum_not_null` , `col_enum_not_null_key` ,
113
 
 `col_text` , `col_text_key` , `col_text_not_null` , `col_text_not_null_key` 
 
112
 `col_enum` , `col_enum_key` , `col_enum_not_null` , `col_enum_not_null_key` 
114
113
 ;
115
114
 
116
115
update:
201
200
 
202
201
 
203
202
char_field_name:
204
 
      `col_char_10` | `col_char_10_key` | `col_text_not_null` | `col_text_not_null_key` |
205
 
      `col_text_key` | `col_text` | `col_char_10_not_null_key` | `col_char_10_not_null` |
 
203
      `col_char_10` | `col_char_10_key` |  `col_char_10_not_null_key` | `col_char_10_not_null` |
206
204
      `col_char_1024` | `col_char_1024_key` | `col_char_1024_not_null` | `col_char_1024_not_null_key` ;
207
205
 
208
206
large_digit: