2481
2481
table->null_row= table->maybe_null= table->force_index= 0;
2482
2482
table->status=STATUS_NO_RECORD;
2486
2484
/* Catch wrong handling of the auto_increment_field_not_null. */
2487
2485
assert(!table->auto_increment_field_not_null);
2488
2486
table->auto_increment_field_not_null= false;