1
0
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:
Eugene Kosov
2017-12-08 16:03:50 +03:00
committed by Aleksey Midenkov
parent 947aa0bab9
commit 2968543f8d
4 changed files with 41 additions and 78 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();
}
/*