1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix a compilation warning and a subtle bug with truncation of the

last_insert_id introduced by the patch for Bug#12713 (part 1)
This commit is contained in:
kostja@bodhi.(none)
2007-12-13 05:37:38 +03:00
parent 572ab7a6b0
commit 2789a12b6a
2 changed files with 4 additions and 4 deletions

View File

@ -383,7 +383,7 @@ Diagnostics_area::reset_diagnostics_area()
void
Diagnostics_area::set_ok_status(THD *thd, ha_rows affected_rows_arg,
ulong last_insert_id_arg,
ulonglong last_insert_id_arg,
const char *message_arg)
{
DBUG_ASSERT(! is_set());