1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

fix nullable autoinc test w/o versioning

This commit is contained in:
Sergei Golubchik
2017-12-08 16:29:16 +01:00
parent e77080c7d5
commit a1141e226d
3 changed files with 18 additions and 1 deletions

View File

@ -3071,8 +3071,8 @@ int handler::update_auto_increment()
table->next_number_field->set_null();
DBUG_RETURN(0);
}
table->next_number_field->set_notnull();
}
table->next_number_field->set_notnull();
}
/*