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
55621429
Commit
55621429
authored
Oct 08, 2007
by
serg@janus.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mtr_report.pl:
InnoDB errors are no less important for pushbuild to monitor than InnoDB warnings
parent
85743549
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
mysql-test/lib/mtr_report.pl
mysql-test/lib/mtr_report.pl
+10
-4
No files found.
mysql-test/lib/mtr_report.pl
View file @
55621429
...
...
@@ -234,6 +234,7 @@ sub mtr_report_stats ($) {
"
\\
[ERROR
\\
]
",
"
^Error:
",
"
^==.* at 0x
",
"
InnoDB: Warning
",
"
InnoDB: Error
",
"
^safe_mutex:
",
"
missing DBUG_RETURN
",
"
mysqld: Warning
",
...
...
@@ -335,15 +336,20 @@ sub mtr_report_stats ($) {
/\QError in Log_event::read_log_event(): 'Sanity check failed', data_len: 258, event_type: 49\E/
or
/Statement is not safe to log in statement format/
or
# test case for Bug#bug29807 copies a stray frm into database
/InnoDB: Error: table `test`.`bug29807` does not exist in the InnoDB internal/
or
/Cannot find table test\/bug29807 from the internal data dictionary/
or
# innodb foreign key tests that fail in ALTER or RENAME produce this
/InnoDB: Error: in ALTER TABLE `test`.`t[12]`/
or
/InnoDB: Error: in RENAME TABLE table `test`.`t1`/
or
/InnoDB: Error: table `test`.`t[12]` does not exist in the InnoDB internal/
or
# Test case for Bug#14233 produces the following warnings:
/Stored routine 'test'.'bug14233_1': invalid value in column mysql.proc/
or
/Stored routine 'test'.'bug14233_2': invalid value in column mysql.proc/
or
/Stored routine 'test'.'bug14233_3': invalid value in column mysql.proc/
or
# BUG#29807 - innodb_mysql.test: Cannot find table test/t2
# from the internal data dictionary
/Cannot find table test\/bug29807 from the internal data dictionary/
or
# BUG#29839 - lowercase_table3.test: Cannot find table test/T1
# from the internal data dictiona
/Cannot find table test\/BUG29839 from the internal data dictionary/
...
...
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