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
03d08bed
Commit
03d08bed
authored
Mar 25, 2013
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes for windows
parent
01fd55cc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
mysql-test/suite/plugins/r/audit_null_debug.result
mysql-test/suite/plugins/r/audit_null_debug.result
+1
-1
mysql-test/suite/plugins/t/audit_null_debug.test
mysql-test/suite/plugins/t/audit_null_debug.test
+3
-1
No files found.
mysql-test/suite/plugins/r/audit_null_debug.result
View file @
03d08bed
call mtr.add_suppression("
mysql/
plugin.MYI");
call mtr.add_suppression("
Incorrect key file for table.*mysql.
plugin.MYI");
SET debug_dbug='+d,myisam_pretend_crashed_table_on_usage';
install plugin audit_null soname 'adt_null';
ERROR HY000: Incorrect key file for table './mysql/plugin.MYI'; try to repair it
...
...
mysql-test/suite/plugins/t/audit_null_debug.test
View file @
03d08bed
...
...
@@ -5,19 +5,21 @@ if (!$ADT_NULL_SO) {
skip
No
NULL_AUDIT
plugin
;
}
call
mtr
.
add_suppression
(
"
mysql/
plugin.MYI"
);
call
mtr
.
add_suppression
(
"
Incorrect key file for table.*mysql.
plugin.MYI"
);
#
# MySQL BUG#14485479 - INSTALL AUDIT PLUGIN HANGS IF WE TRY TO DISABLE AND ENABLED DURING DDL OPERATION
# (a.k.a. audit event caused by the table access during audit plugin initialization)
#
SET
debug_dbug
=
'+d,myisam_pretend_crashed_table_on_usage'
;
--
replace_result
\\
/
--
error
126
install
plugin
audit_null
soname
'adt_null'
;
SET
debug_dbug
=
'-d,myisam_pretend_crashed_table_on_usage'
;
install
plugin
audit_null
soname
'adt_null'
;
SET
debug_dbug
=
'+d,myisam_pretend_crashed_table_on_usage'
;
--
replace_result
\\
/
--
error
126
uninstall
plugin
audit_null
;
SET
debug_dbug
=
'-d,myisam_pretend_crashed_table_on_usage'
;
...
...
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