1516
1516
table::Shell tmp_table(share); // Used during 'CreateField()'
1522
1518
if (not table_proto.engine().name().compare("MyISAM"))
1523
1519
tmp_table.getMutableShare()->db_low_byte_first= true;
1524
1520
else if (not table_proto.engine().name().compare("MEMORY"))
1525
1521
tmp_table.getMutableShare()->db_low_byte_first= true;
1530
1523
tmp_table.in_use= session;