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
66fe8077
Commit
66fe8077
authored
Nov 24, 2001
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
merged
parents
05f04742
a188ea74
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 @
66fe8077
This diff is collapsed.
Click to expand it.
build-tags
0 → 100755
View file @
66fe8077
#! /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 @
66fe8077
...
...
@@ -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