mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Merge a change from MySQL AB:
ChangeSet@1.2528.116.44 2007-09-12 18:16:50-07:00 antony@xiphis.org Changes for pushbuild test runs and VSC compile warnings ha_innodb.cc: resolve a VSC++ typecast compile warning.
This commit is contained in:
parent
d247fe38c3
commit
4cf68d69de
1 changed files with 1 additions and 1 deletions
|
@ -7353,7 +7353,7 @@ ha_innobase::get_auto_increment(
|
|||
/* Called for the first time ? */
|
||||
if (trx->n_autoinc_rows == 0) {
|
||||
|
||||
trx->n_autoinc_rows = nb_desired_values;
|
||||
trx->n_autoinc_rows = (ulint) nb_desired_values;
|
||||
|
||||
/* It's possible for nb_desired_values to be 0:
|
||||
e.g., INSERT INTO T1(C) SELECT C FROM T2; */
|
||||
|
|
Loading…
Add table
Reference in a new issue