309
309
share->db_create_options= (db_create_options & 0x0000FFFF);
310
310
share->db_options_in_use= share->db_create_options;
316
312
share->row_type= table_options.has_row_type() ?
317
313
(enum row_type) table_options.row_type() : ROW_TYPE_DEFAULT;