mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
Applying InnoDB snapshot
Detailed revision comments: r6777 | marko | 2010-03-04 13:01:25 +0200 (Thu, 04 Mar 2010) | 2 lines branches/zip: trx_undo_update_rec_get_update(): Silence a bogus GCC warning about a possibly uninitialized variable.
This commit is contained in:
parent
3b3686b543
commit
191c9d269f
1 changed files with 1 additions and 0 deletions
|
|
@ -977,6 +977,7 @@ trx_undo_update_rec_get_update(
|
|||
fprintf(stderr, "\n"
|
||||
"InnoDB: n_fields = %lu, i = %lu, ptr %p\n",
|
||||
(ulong) n_fields, (ulong) i, ptr);
|
||||
*upd = NULL;
|
||||
return(NULL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue