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
598552db
Commit
598552db
authored
Nov 02, 2013
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make mtr_check to monitor mysql.plugin table too.
fix tests to clean up properly
parent
576136c1
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
4 deletions
+14
-4
mysql-test/include/mtr_check.sql
mysql-test/include/mtr_check.sql
+1
-0
mysql-test/suite/perfschema/r/hostcache_ipv4_auth_plugin.result
...test/suite/perfschema/r/hostcache_ipv4_auth_plugin.result
+1
-0
mysql-test/suite/perfschema/r/hostcache_ipv6_auth_plugin.result
...test/suite/perfschema/r/hostcache_ipv6_auth_plugin.result
+1
-0
mysql-test/suite/perfschema/t/hostcache_ipv4_auth_plugin.test
...l-test/suite/perfschema/t/hostcache_ipv4_auth_plugin.test
+1
-0
mysql-test/suite/perfschema/t/hostcache_ipv6_auth_plugin.test
...l-test/suite/perfschema/t/hostcache_ipv6_auth_plugin.test
+1
-0
mysql-test/suite/plugins/r/audit_null_debug.result
mysql-test/suite/plugins/r/audit_null_debug.result
+4
-2
mysql-test/suite/plugins/t/audit_null_debug.test
mysql-test/suite/plugins/t/audit_null_debug.test
+5
-2
No files found.
mysql-test/include/mtr_check.sql
View file @
598552db
...
@@ -67,6 +67,7 @@ BEGIN
...
@@ -67,6 +67,7 @@ BEGIN
mysql
.
help_keyword
,
mysql
.
help_keyword
,
mysql
.
help_relation
,
mysql
.
help_relation
,
mysql
.
host
,
mysql
.
host
,
mysql
.
plugin
,
mysql
.
proc
,
mysql
.
proc
,
mysql
.
procs_priv
,
mysql
.
procs_priv
,
mysql
.
roles_mapping
,
mysql
.
roles_mapping
,
...
...
mysql-test/suite/perfschema/r/hostcache_ipv4_auth_plugin.result
View file @
598552db
...
@@ -197,3 +197,4 @@ REVOKE PROXY ON 'plug_dest'@'santa.claus.ipv4.example.com'
...
@@ -197,3 +197,4 @@ REVOKE PROXY ON 'plug_dest'@'santa.claus.ipv4.example.com'
DROP USER 'plug'@'santa.claus.ipv4.example.com';
DROP USER 'plug'@'santa.claus.ipv4.example.com';
DROP USER 'plug_dest'@'santa.claus.ipv4.example.com';
DROP USER 'plug_dest'@'santa.claus.ipv4.example.com';
set global debug_dbug= default;
set global debug_dbug= default;
delete from mysql.plugin where name='test_plugin_server';
mysql-test/suite/perfschema/r/hostcache_ipv6_auth_plugin.result
View file @
598552db
...
@@ -197,3 +197,4 @@ REVOKE PROXY ON 'plug_dest'@'santa.claus.ipv6.example.com'
...
@@ -197,3 +197,4 @@ REVOKE PROXY ON 'plug_dest'@'santa.claus.ipv6.example.com'
DROP USER 'plug'@'santa.claus.ipv6.example.com';
DROP USER 'plug'@'santa.claus.ipv6.example.com';
DROP USER 'plug_dest'@'santa.claus.ipv6.example.com';
DROP USER 'plug_dest'@'santa.claus.ipv6.example.com';
set global debug_dbug= default;
set global debug_dbug= default;
delete from mysql.plugin where name='test_plugin_server';
mysql-test/suite/perfschema/t/hostcache_ipv4_auth_plugin.test
View file @
598552db
...
@@ -86,4 +86,5 @@ DROP USER 'plug'@'santa.claus.ipv4.example.com';
...
@@ -86,4 +86,5 @@ DROP USER 'plug'@'santa.claus.ipv4.example.com';
DROP
USER
'plug_dest'
@
'santa.claus.ipv4.example.com'
;
DROP
USER
'plug_dest'
@
'santa.claus.ipv4.example.com'
;
set
global
debug_dbug
=
default
;
set
global
debug_dbug
=
default
;
delete
from
mysql
.
plugin
where
name
=
'test_plugin_server'
;
mysql-test/suite/perfschema/t/hostcache_ipv6_auth_plugin.test
View file @
598552db
...
@@ -87,4 +87,5 @@ DROP USER 'plug'@'santa.claus.ipv6.example.com';
...
@@ -87,4 +87,5 @@ DROP USER 'plug'@'santa.claus.ipv6.example.com';
DROP
USER
'plug_dest'
@
'santa.claus.ipv6.example.com'
;
DROP
USER
'plug_dest'
@
'santa.claus.ipv6.example.com'
;
set
global
debug_dbug
=
default
;
set
global
debug_dbug
=
default
;
delete
from
mysql
.
plugin
where
name
=
'test_plugin_server'
;
mysql-test/suite/plugins/r/audit_null_debug.result
View file @
598552db
set @old_dbug=@@debug_dbug;
call mtr.add_suppression("Incorrect key file for table.*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';
SET debug_dbug='+d,myisam_pretend_crashed_table_on_usage';
install plugin audit_null soname 'adt_null';
install plugin audit_null soname 'adt_null';
ERROR HY000: Incorrect key file for table './mysql/plugin.MYI'; try to repair it
ERROR HY000: Incorrect key file for table './mysql/plugin.MYI'; try to repair it
SET debug_dbug=
'-d,myisam_pretend_crashed_table_on_usage'
;
SET debug_dbug=
@old_dbug
;
install plugin audit_null soname 'adt_null';
install plugin audit_null soname 'adt_null';
SET debug_dbug='+d,myisam_pretend_crashed_table_on_usage';
SET debug_dbug='+d,myisam_pretend_crashed_table_on_usage';
uninstall plugin audit_null;
uninstall plugin audit_null;
ERROR HY000: Incorrect key file for table './mysql/plugin.MYI'; try to repair it
ERROR HY000: Incorrect key file for table './mysql/plugin.MYI'; try to repair it
SET debug_dbug=
'-d,myisam_pretend_crashed_table_on_usage'
;
SET debug_dbug=
@old_dbug
;
uninstall plugin audit_null;
uninstall plugin audit_null;
ERROR 42000: PLUGIN audit_null does not exist
ERROR 42000: PLUGIN audit_null does not exist
delete from mysql.plugin where name='audit_null';
mysql-test/suite/plugins/t/audit_null_debug.test
View file @
598552db
...
@@ -5,6 +5,7 @@ if (!$ADT_NULL_SO) {
...
@@ -5,6 +5,7 @@ if (!$ADT_NULL_SO) {
skip
No
NULL_AUDIT
plugin
;
skip
No
NULL_AUDIT
plugin
;
}
}
set
@
old_dbug
=@@
debug_dbug
;
call
mtr
.
add_suppression
(
"Incorrect key file for table.*mysql.plugin.MYI"
);
call
mtr
.
add_suppression
(
"Incorrect key file for table.*mysql.plugin.MYI"
);
#
#
...
@@ -15,15 +16,17 @@ SET debug_dbug='+d,myisam_pretend_crashed_table_on_usage';
...
@@ -15,15 +16,17 @@ SET debug_dbug='+d,myisam_pretend_crashed_table_on_usage';
--
replace_result
\\
/
--
replace_result
\\
/
--
error
126
--
error
126
install
plugin
audit_null
soname
'adt_null'
;
install
plugin
audit_null
soname
'adt_null'
;
SET
debug_dbug
=
'-d,myisam_pretend_crashed_table_on_usage'
;
SET
debug_dbug
=
@
old_dbug
;
install
plugin
audit_null
soname
'adt_null'
;
install
plugin
audit_null
soname
'adt_null'
;
SET
debug_dbug
=
'+d,myisam_pretend_crashed_table_on_usage'
;
SET
debug_dbug
=
'+d,myisam_pretend_crashed_table_on_usage'
;
--
replace_result
\\
/
--
replace_result
\\
/
--
error
126
--
error
126
uninstall
plugin
audit_null
;
uninstall
plugin
audit_null
;
SET
debug_dbug
=
'-d,myisam_pretend_crashed_table_on_usage'
;
SET
debug_dbug
=
@
old_dbug
;
--
error
1305
--
error
1305
uninstall
plugin
audit_null
;
uninstall
plugin
audit_null
;
delete
from
mysql
.
plugin
where
name
=
'audit_null'
;
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