We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe4c65 commit e16425bCopy full SHA for e16425b
storage/innobase/handler/ha_innodb.cc
@@ -13027,8 +13027,6 @@ create_table_info_t::set_tablespace_type(
13027
int
13028
create_table_info_t::initialize()
13029
{
13030
- trx_t* parent_trx;
13031
-
13032
DBUG_ENTER("create_table_info_t::initialize");
13033
13034
ut_ad(m_thd != NULL);
@@ -13050,7 +13048,7 @@ create_table_info_t::initialize()
13050
13048
/* Get the transaction associated with the current thd, or create one
13051
13049
if not yet created */
13052
13053
- parent_trx = check_trx_exists(m_thd);
+ check_trx_exists(m_thd);
13054
13055
DBUG_RETURN(0);
13056
}
0 commit comments