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
d6f9fa03
Commit
d6f9fa03
authored
Mar 25, 2004
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved test case
service backport from 4.0
parent
eea20509
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
mysql-test/t/alter_table.test
mysql-test/t/alter_table.test
+2
-0
sql/nt_servc.cc
sql/nt_servc.cc
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
d6f9fa03
...
...
@@ -25,6 +25,7 @@ monty@donna.mysql.fi
monty@hundin.mysql.fi
monty@mashka.mysql.fi
monty@mishka.mysql.fi
monty@mysql.com
monty@narttu.
monty@narttu.mysql.fi
monty@tik.
...
...
mysql-test/t/alter_table.test
View file @
d6f9fa03
...
...
@@ -117,4 +117,6 @@ connection user1;
--
error
1142
alter
table
t1
rename
t2
;
connection
root
;
revoke
all
privileges
on
mysqltest
.
t1
from
mysqltest_1
@
localhost
;
delete
from
mysql
.
user
where
user
=
'mysqltest_1'
;
drop
database
mysqltest
;
sql/nt_servc.cc
View file @
d6f9fa03
...
...
@@ -498,7 +498,7 @@ BOOL NTService::IsService(LPCSTR ServiceName)
if
(
scm
=
OpenSCManager
(
0
,
0
,
SC_MANAGER_ENUMERATE_SERVICE
))
{
if
((
service
=
OpenService
(
scm
,
ServiceName
,
SERVICE_
ALL_ACCESS
)))
if
((
service
=
OpenService
(
scm
,
ServiceName
,
SERVICE_
QUERY_STATUS
)))
{
ret_value
=
TRUE
;
CloseServiceHandle
(
service
);
...
...
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