Skip to content
Permalink
Browse files
Remove a unused variable
In commit 1c35a3f a useless
computation that used the variable was removed.
  • Loading branch information
dr-m committed Jun 16, 2021
1 parent 2edb8e1 commit c307dc6
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
/*****************************************************************************
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2017, 2020, MariaDB Corporation.
Copyright (c) 2017, 2021, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
@@ -2799,7 +2799,7 @@ fsp_reserve_free_extents(
return(true);
}
try_to_extend:
if (ulint n = fsp_try_extend_data_file(space, space_header, mtr)) {
if (fsp_try_extend_data_file(space, space_header, mtr)) {
goto try_again;
}

0 comments on commit c307dc6

Please sign in to comment.