Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
91fc7203
Commit
91fc7203
authored
Jan 06, 2011
by
Vasil Dimov
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql-5.1-innodb -> mysql-5.5-innodb
parents
46f38c2b
00cbd03f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
storage/innobase/btr/btr0btr.c
storage/innobase/btr/btr0btr.c
+1
-1
storage/innobase/buf/buf0buf.c
storage/innobase/buf/buf0buf.c
+2
-2
storage/innobase/fsp/fsp0fsp.c
storage/innobase/fsp/fsp0fsp.c
+1
-1
storage/innobase/log/log0recv.c
storage/innobase/log/log0recv.c
+1
-1
storage/innobase/row/row0mysql.c
storage/innobase/row/row0mysql.c
+1
-1
storage/innobase/ut/ut0dbg.c
storage/innobase/ut/ut0dbg.c
+1
-1
No files found.
storage/innobase/btr/btr0btr.c
View file @
91fc7203
...
@@ -664,7 +664,7 @@ btr_page_get_father_node_ptr_func(
...
@@ -664,7 +664,7 @@ btr_page_get_father_node_ptr_func(
" to fix the
\n
"
" to fix the
\n
"
"InnoDB: corruption. If the crash happens at "
"InnoDB: corruption. If the crash happens at "
"the database startup, see
\n
"
"the database startup, see
\n
"
"InnoDB: "
REFMAN
"forcing-recovery.html about
\n
"
"InnoDB: "
REFMAN
"forcing-
innodb-
recovery.html about
\n
"
"InnoDB: forcing recovery. "
"InnoDB: forcing recovery. "
"Then dump + drop + reimport.
\n
"
,
stderr
);
"Then dump + drop + reimport.
\n
"
,
stderr
);
...
...
storage/innobase/buf/buf0buf.c
View file @
91fc7203
...
@@ -536,7 +536,7 @@ buf_page_is_corrupted(
...
@@ -536,7 +536,7 @@ buf_page_is_corrupted(
"you may have copied the InnoDB
\n
"
"you may have copied the InnoDB
\n
"
"InnoDB: tablespace but not the InnoDB "
"InnoDB: tablespace but not the InnoDB "
"log files. See
\n
"
"log files. See
\n
"
"InnoDB: "
REFMAN
"forcing-recovery.html
\n
"
"InnoDB: "
REFMAN
"forcing-
innodb-
recovery.html
\n
"
"InnoDB: for more information.
\n
"
,
"InnoDB: for more information.
\n
"
,
(
ulong
)
mach_read_from_4
(
read_buf
(
ulong
)
mach_read_from_4
(
read_buf
+
FIL_PAGE_OFFSET
),
+
FIL_PAGE_OFFSET
),
...
@@ -4039,7 +4039,7 @@ corrupt:
...
@@ -4039,7 +4039,7 @@ corrupt:
"InnoDB: TABLE to scan your"
"InnoDB: TABLE to scan your"
" table for corruption.
\n
"
" table for corruption.
\n
"
"InnoDB: See also "
"InnoDB: See also "
REFMAN
"forcing-recovery.html
\n
"
REFMAN
"forcing-
innodb-
recovery.html
\n
"
"InnoDB: about forcing recovery.
\n
"
,
stderr
);
"InnoDB: about forcing recovery.
\n
"
,
stderr
);
if
(
srv_force_recovery
<
SRV_FORCE_IGNORE_CORRUPT
)
{
if
(
srv_force_recovery
<
SRV_FORCE_IGNORE_CORRUPT
)
{
...
...
storage/innobase/fsp/fsp0fsp.c
View file @
91fc7203
...
@@ -3321,7 +3321,7 @@ fseg_free_page_low(
...
@@ -3321,7 +3321,7 @@ fseg_free_page_low(
"InnoDB: database!
\n
"
,
(
ulong
)
page
);
"InnoDB: database!
\n
"
,
(
ulong
)
page
);
crash:
crash:
fputs
(
"InnoDB: Please refer to
\n
"
fputs
(
"InnoDB: Please refer to
\n
"
"InnoDB: "
REFMAN
"forcing-recovery.html
\n
"
"InnoDB: "
REFMAN
"forcing-
innodb-
recovery.html
\n
"
"InnoDB: about forcing recovery.
\n
"
,
stderr
);
"InnoDB: about forcing recovery.
\n
"
,
stderr
);
ut_error
;
ut_error
;
}
}
...
...
storage/innobase/log/log0recv.c
View file @
91fc7203
...
@@ -2199,7 +2199,7 @@ recv_report_corrupt_log(
...
@@ -2199,7 +2199,7 @@ recv_report_corrupt_log(
"InnoDB: far enough in recovery! Please run CHECK TABLE
\n
"
"InnoDB: far enough in recovery! Please run CHECK TABLE
\n
"
"InnoDB: on your InnoDB tables to check that they are ok!
\n
"
"InnoDB: on your InnoDB tables to check that they are ok!
\n
"
"InnoDB: If mysqld crashes after this recovery, look at
\n
"
"InnoDB: If mysqld crashes after this recovery, look at
\n
"
"InnoDB: "
REFMAN
"forcing-recovery.html
\n
"
"InnoDB: "
REFMAN
"forcing-
innodb-
recovery.html
\n
"
"InnoDB: about forcing recovery.
\n
"
,
stderr
);
"InnoDB: about forcing recovery.
\n
"
,
stderr
);
fflush
(
stderr
);
fflush
(
stderr
);
...
...
storage/innobase/row/row0mysql.c
View file @
91fc7203
...
@@ -632,7 +632,7 @@ handle_new_error:
...
@@ -632,7 +632,7 @@ handle_new_error:
"InnoDB: If the mysqld server crashes"
"InnoDB: If the mysqld server crashes"
" after the startup or when
\n
"
" after the startup or when
\n
"
"InnoDB: you dump the tables, look at
\n
"
"InnoDB: you dump the tables, look at
\n
"
"InnoDB: "
REFMAN
"forcing-recovery.html"
"InnoDB: "
REFMAN
"forcing-
innodb-
recovery.html"
" for help.
\n
"
,
stderr
);
" for help.
\n
"
,
stderr
);
break
;
break
;
case
DB_FOREIGN_EXCEED_MAX_CASCADE
:
case
DB_FOREIGN_EXCEED_MAX_CASCADE
:
...
...
storage/innobase/ut/ut0dbg.c
View file @
91fc7203
...
@@ -74,7 +74,7 @@ ut_dbg_assertion_failed(
...
@@ -74,7 +74,7 @@ ut_dbg_assertion_failed(
" or crashes, even
\n
"
" or crashes, even
\n
"
"InnoDB: immediately after the mysqld startup, there may be
\n
"
"InnoDB: immediately after the mysqld startup, there may be
\n
"
"InnoDB: corruption in the InnoDB tablespace. Please refer to
\n
"
"InnoDB: corruption in the InnoDB tablespace. Please refer to
\n
"
"InnoDB: "
REFMAN
"forcing-recovery.html
\n
"
"InnoDB: "
REFMAN
"forcing-
innodb-
recovery.html
\n
"
"InnoDB: about forcing recovery.
\n
"
,
stderr
);
"InnoDB: about forcing recovery.
\n
"
,
stderr
);
#if defined(UNIV_SYNC_DEBUG) || !defined(UT_DBG_USE_ABORT)
#if defined(UNIV_SYNC_DEBUG) || !defined(UT_DBG_USE_ABORT)
ut_dbg_stop_threads
=
TRUE
;
ut_dbg_stop_threads
=
TRUE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment