Skip to content

Commit

Permalink
Bug#27496251 REMOVE /*====*/ AND CHANGE /****/ /***/ TO /** .... */
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny Bains authored and Sunny Bains committed Feb 6, 2018
1 parent 0cc503c commit 59b560e
Show file tree
Hide file tree
Showing 395 changed files with 8,700 additions and 19,467 deletions.
581 changes: 178 additions & 403 deletions storage/innobase/api/api0api.cc

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions storage/innobase/api/api0misc.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*****************************************************************************
Copyright (c) 2008, 2017, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2008, 2018, Oracle and/or its affiliates. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License, version 2.0, as published by the
Expand All @@ -24,8 +24,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
*****************************************************************************/

/**************************************************/ /**
@file api/api0misc.cc
/** @file api/api0misc.cc
InnoDB Native API
2008-08-01 Created by Sunny Bains
Expand All @@ -43,11 +42,9 @@ this program; if not, write to the Free Software Foundation, Inc.,
#include "srv0srv.h"
#include "trx0roll.h"

/*********************************************************************/ /**
Sets a lock on a table.
/** Sets a lock on a table.
@return error code or DB_SUCCESS */
dberr_t ib_trx_lock_table_with_retry(
/*=========================*/
trx_t *trx, /*!< in/out: transaction */
dict_table_t *table, /*!< in: table to lock */
enum lock_mode mode) /*!< in: LOCK_X or LOCK_S */
Expand Down
3 changes: 1 addition & 2 deletions storage/innobase/arch/arch0arch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
*****************************************************************************/

/**************************************************/ /**
@file arch/arch0arch.cc
/** @file arch/arch0arch.cc
Common implementation for redo log and dirty page archiver system
*******************************************************/
Expand Down
3 changes: 1 addition & 2 deletions storage/innobase/arch/arch0log.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
*****************************************************************************/

/**************************************************/ /**
@file arch/arch0log.cc
/** @file arch/arch0log.cc
Innodb implementation for log archive
*******************************************************/
Expand Down
3 changes: 1 addition & 2 deletions storage/innobase/arch/arch0page.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
*****************************************************************************/

/**************************************************/ /**
@file arch/arch0page.cc
/** @file arch/arch0page.cc
Innodb implementation for page archive
*******************************************************/
Expand Down
Loading

0 comments on commit 59b560e

Please sign in to comment.