ITS#9494 autogroup: fix db_open trashing thread context

This commit is contained in:
Howard Chu 2021-04-14 16:35:12 +01:00
parent 093d966fbb
commit d6d93463b9

View File

@ -2072,7 +2072,7 @@ autogroup_db_open(
return 0;
}
connection_fake_init( &conn, &opbuf, thrctx );
connection_fake_init2( &conn, &opbuf, thrctx, 0 );
op = &opbuf.ob_op;
op->ors_attrsonly = 0;