mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion `next_insert_id == 0' failed with handlersocket"
sql/handler.cc: Added DBUG_ code
This commit is contained in:
parent
2740edcf56
commit
8d7f810894
46 changed files with 18522 additions and 230 deletions
|
|
@ -2687,6 +2687,7 @@ void handler::get_auto_increment(ulonglong offset, ulonglong increment,
|
|||
|
||||
void handler::ha_release_auto_increment()
|
||||
{
|
||||
DBUG_ENTER("ha_release_auto_increment");
|
||||
release_auto_increment();
|
||||
insert_id_for_cur_row= 0;
|
||||
auto_inc_interval_for_cur_row.replace(0, 0, 0);
|
||||
|
|
@ -2700,6 +2701,7 @@ void handler::ha_release_auto_increment()
|
|||
*/
|
||||
table->in_use->auto_inc_intervals_forced.empty();
|
||||
}
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue