1260
1260
| ROW_FORMAT_SYM opt_equal row_types
1262
1262
statement::CreateTable *statement= (statement::CreateTable *)Lex->statement;
1264
1265
statement->create_info.row_type= $3;
1265
1266
statement->create_info.used_fields|= HA_CREATE_USED_ROW_FORMAT;
1266
1267
statement->alter_info.flags.set(ALTER_ROW_FORMAT);
1269
1297
| KEY_BLOCK_SIZE opt_equal ulong_num