Commit 18011f34 authored by Inaam Rana's avatar Inaam Rana

Formatting changes

parent 8a94e69e
...@@ -51,7 +51,7 @@ Created 4/20/1996 Heikki Tuuri ...@@ -51,7 +51,7 @@ Created 4/20/1996 Heikki Tuuri
#define ROW_INS_PREV 1 #define ROW_INS_PREV 1
#define ROW_INS_NEXT 2 #define ROW_INS_NEXT 2
/*********************************************************************//** /*************************************************************************
IMPORTANT NOTE: Any operation that generates redo MUST check that there IMPORTANT NOTE: Any operation that generates redo MUST check that there
is enough space in the redo log before for that operation. This is is enough space in the redo log before for that operation. This is
done by calling log_free_check(). The reason for checking the done by calling log_free_check(). The reason for checking the
......
...@@ -44,7 +44,7 @@ Created 3/14/1997 Heikki Tuuri ...@@ -44,7 +44,7 @@ Created 3/14/1997 Heikki Tuuri
#include "row0mysql.h" #include "row0mysql.h"
#include "log0log.h" #include "log0log.h"
/*********************************************************************//** /*************************************************************************
IMPORTANT NOTE: Any operation that generates redo MUST check that there IMPORTANT NOTE: Any operation that generates redo MUST check that there
is enough space in the redo log before for that operation. This is is enough space in the redo log before for that operation. This is
done by calling log_free_check(). The reason for checking the done by calling log_free_check(). The reason for checking the
......
...@@ -46,7 +46,7 @@ Created 2/25/1997 Heikki Tuuri ...@@ -46,7 +46,7 @@ Created 2/25/1997 Heikki Tuuri
#include "ibuf0ibuf.h" #include "ibuf0ibuf.h"
#include "log0log.h" #include "log0log.h"
/*********************************************************************//** /*************************************************************************
IMPORTANT NOTE: Any operation that generates redo MUST check that there IMPORTANT NOTE: Any operation that generates redo MUST check that there
is enough space in the redo log before for that operation. This is is enough space in the redo log before for that operation. This is
done by calling log_free_check(). The reason for checking the done by calling log_free_check(). The reason for checking the
......
...@@ -58,7 +58,7 @@ delete marked clustered index record was delete unmarked and possibly also ...@@ -58,7 +58,7 @@ delete marked clustered index record was delete unmarked and possibly also
some of its fields were changed. Now, it is possible that the delete marked some of its fields were changed. Now, it is possible that the delete marked
version has become obsolete at the time the undo is started. */ version has become obsolete at the time the undo is started. */
/*********************************************************************//** /*************************************************************************
IMPORTANT NOTE: Any operation that generates redo MUST check that there IMPORTANT NOTE: Any operation that generates redo MUST check that there
is enough space in the redo log before for that operation. This is is enough space in the redo log before for that operation. This is
done by calling log_free_check(). The reason for checking the done by calling log_free_check(). The reason for checking the
......
...@@ -92,7 +92,7 @@ the x-latch freed? The most efficient way for performing a ...@@ -92,7 +92,7 @@ the x-latch freed? The most efficient way for performing a
searched delete is obviously to keep the x-latch for several searched delete is obviously to keep the x-latch for several
steps of query graph execution. */ steps of query graph execution. */
/*********************************************************************//** /*************************************************************************
IMPORTANT NOTE: Any operation that generates redo MUST check that there IMPORTANT NOTE: Any operation that generates redo MUST check that there
is enough space in the redo log before for that operation. This is is enough space in the redo log before for that operation. This is
done by calling log_free_check(). The reason for checking the done by calling log_free_check(). The reason for checking the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment