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
35f852aa
Commit
35f852aa
authored
Nov 24, 2001
by
sasha@mysql.sashanet.com
Browse files
Options
Browse Files
Download
Plain Diff
merged
parents
79258183
6865885f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
235 additions
and
23 deletions
+235
-23
Docs/manual.texi
Docs/manual.texi
+223
-22
build-tags
build-tags
+11
-0
sql/sql_repl.cc
sql/sql_repl.cc
+1
-1
No files found.
Docs/manual.texi
View file @
35f852aa
This diff is collapsed.
Click to expand it.
build-tags
0 → 100755
View file @
35f852aa
#! /bin/sh
if
[
!
-f
configure.in
]
;
then
echo
"
$0
must be run from MySQL source root"
exit
1
fi
rm
-f
TAGS
find
-not
-path
\*
SCCS
\*
-and
\
\(
-name
\*
.cc
-or
-name
\*
.h
-or
-name
\*
.yy
-or
-name
\*
.c
\)
\
-print
-exec
etags
-o
TAGS
--append
{}
\;
sql/sql_repl.cc
View file @
35f852aa
...
...
@@ -609,7 +609,7 @@ int stop_slave(THD* thd, bool net_report )
thd
->
proc_info
=
"waiting for slave to die"
;
while
(
slave_running
)
{
/* there is a small chan
g
e that slave thread might miss the first
/* there is a small chan
c
e that slave thread might miss the first
alarm. To protect againts it, resend the signal until it reacts
*/
...
...
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