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
3a58d766
Commit
3a58d766
authored
Aug 30, 2004
by
tomas@poseidon.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
parents
b7d62756
34dc3a86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
cmd-line-utils/libedit/Makefile.am
cmd-line-utils/libedit/Makefile.am
+3
-3
sql/mysqld.cc
sql/mysqld.cc
+1
-1
No files found.
cmd-line-utils/libedit/Makefile.am
View file @
3a58d766
...
...
@@ -23,10 +23,10 @@ libedit_a_DEPENDENCIES = @LIBEDIT_LOBJECTS@
pkginclude_HEADERS
=
readline/readline.h
noinst_HEADERS
=
chared.h el.h histedit.h key.h parse.h refresh.h sig.h
\
sys.h tokenizer.h config.h hist.h map.h prompt.h
\
search.h tty.h
sys.h tokenizer.h config.h hist.h map.h prompt.h
read.h
\
search.h tty.h
libedit_term.h term.h
EXTRA_DIST
=
makelist.sh np/unvis.c np/strlcpy.c np/vis.c np/strlcat.c np/fgetln.c
EXTRA_DIST
=
makelist.sh np/unvis.c np/strlcpy.c np/vis.c np/
vis.h np/
strlcat.c np/fgetln.c
CLEANFILES
=
makelist common.h emacs.h vi.h fcns.h help.h fcns.c help.c
...
...
sql/mysqld.cc
View file @
3a58d766
...
...
@@ -2687,7 +2687,7 @@ static void handle_connections_methods()
(
!
have_tcpip
||
opt_disable_networking
)
&&
!
opt_enable_shared_memory
)
{
sql_print_error
(
"TCP/IP,
--shared-memory
or --named-pipe should be configured on NT OS"
);
sql_print_error
(
"TCP/IP,
--shared-memory,
or --named-pipe should be configured on NT OS"
);
unireg_abort
(
1
);
// Will not return
}
#endif
...
...
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