mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Post-merge fixes for mysql-5.1-new-rpl
This commit is contained in:
@ -1201,6 +1201,7 @@ public:
|
||||
*/
|
||||
inline void force_one_auto_inc_interval(ulonglong next_id)
|
||||
{
|
||||
auto_inc_intervals_forced.empty(); // in case of multiple SET INSERT_ID
|
||||
auto_inc_intervals_forced.append(next_id, ULONGLONG_MAX, 0);
|
||||
}
|
||||
|
||||
@ -1571,6 +1572,7 @@ public:
|
||||
#else
|
||||
current_stmt_binlog_row_based= FALSE;
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
Initialize the current database from a NULL-terminated string with length
|
||||
|
Reference in New Issue
Block a user