mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
IB: NULL instead of autodecrement [closes #373]
This commit is contained in:
committed by
Aleksey Midenkov
parent
947aa0bab9
commit
2968543f8d
@ -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();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user