sqliteBtreeDropTable
rc = sqliteBtreeDropTable(pBt, iTable);
rc = sqliteBtreeDropTable(db->aDb[pOp->p2].pBt, pOp->p1);