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
ae8255e7
Commit
ae8255e7
authored
Mar 18, 2011
by
Georgi Kodinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #11766854 addendum :
Fixed test suite failures when the auth plugin is not compiled in.
parent
4d63adff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
mysql-test/include/have_plugin_auth.inc
mysql-test/include/have_plugin_auth.inc
+1
-0
mysql-test/t/mysql_client_test-master.opt
mysql-test/t/mysql_client_test-master.opt
+4
-1
mysql-test/t/mysql_client_test.test
mysql-test/t/mysql_client_test.test
+2
-0
No files found.
mysql-test/include/have_plugin_auth.inc
View file @
ae8255e7
...
...
@@ -2,3 +2,4 @@ disable_query_log;
--
require
r
/
true
.
require
select
(
PLUGIN_LIBRARY
LIKE
'auth_test_plugin%'
)
as
`TRUE`
FROM
INFORMATION_SCHEMA
.
PLUGINS
WHERE
PLUGIN_NAME
=
'test_plugin_server'
;
enable_query_log
;
mysql-test/t/mysql_client_test-master.opt
View file @
ae8255e7
--log=$MYSQLTEST_VARDIR/log/master.log --log-output=FILE,TABLE
--log=$MYSQLTEST_VARDIR/log/master.log
--log-output=FILE,TABLE
$PLUGIN_AUTH_OPT
$PLUGIN_AUTH_LOAD
mysql-test/t/mysql_client_test.test
View file @
ae8255e7
# This test should work in embedded server after we fix mysqltest
--
source
include
/
not_embedded
.
inc
# need to have the dynamic loading turned on for the client plugin tests
--
source
include
/
have_plugin_auth
.
inc
SET
@
old_general_log
=
@@
global
.
general_log
;
SET
@
old_slow_query_log
=
@@
global
.
slow_query_log
;
...
...
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