1476
1476
table->maybe_null= false;
1477
1477
table->force_index= false;
1478
1478
table->status=STATUS_NO_RECORD;
1480
1480
/* Catch wrong handling of the auto_increment_field_not_null. */
1481
1481
assert(!table->auto_increment_field_not_null);
1482
1482
table->auto_increment_field_not_null= false;