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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
20f8cce2
Commit
20f8cce2
authored
Feb 21, 2012
by
Michael Widenius
Browse files
Options
Browse Files
Download
Plain Diff
Merge with 5.1
parents
37272d70
cace4e19
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+2
-2
sql/signal_handler.cc
sql/signal_handler.cc
+2
-2
No files found.
mysql-test/mysql-test-run.pl
View file @
20f8cce2
...
...
@@ -4458,9 +4458,9 @@ sub extract_warning_lines ($) {
qr/Failed on request_dump/
,
qr/Slave: Can't drop database.* database doesn't exist/
,
qr/Slave: Operation DROP USER failed for 'create_rout_db'/
,
qr|Checking table: '\.
/mtr/
test_suppressions'|
,
qr|Checking table: '\.
.mtr.
test_suppressions'|
,
qr|Table \./test/bug53592 has a primary key in InnoDB data dictionary, but not in MySQL|
,
qr|mysqld: Table '\.
/mtr/
test_suppressions' is marked as crashed and should be repaired|
,
qr|mysqld: Table '\.
.mtr.
test_suppressions' is marked as crashed and should be repaired|
,
qr|InnoDB: Error: table 'test/bug39438'|
,
qr|Access denied for user|
,
qr|Aborted connection|
,
...
...
sql/signal_handler.cc
View file @
20f8cce2
...
...
@@ -92,10 +92,10 @@ extern "C" sig_handler handle_fatal_signal(int sig)
my_safe_printf_stderr
(
"%s"
,
"This could be because you hit a bug. It is also possible that this binary
\n
"
"or one of the libraries it was linked against is corrupt, improperly built,
\n
"
"or misconfigured. This error can also be caused by malfunctioning hardware.
\n
"
);
"or misconfigured. This error can also be caused by malfunctioning hardware.
\n
\n
"
);
my_safe_printf_stderr
(
"%s"
,
"To report this bug, see http://kb.askmonty.org/en/reporting-bugs
\n
"
);
"To report this bug, see http://kb.askmonty.org/en/reporting-bugs
\n
\n
"
);
my_safe_printf_stderr
(
"%s"
,
"We will try our best to scrape up some info that will hopefully help
\n
"
...
...
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