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
4ee25800
Commit
4ee25800
authored
Mar 27, 2002
by
arjen@fred.bitbike.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge arjen@work.mysql.com:/home/bk/mysql
into fred.bitbike.com:/home/arjen/mysql-3.23
parents
6b290a7d
5b70bf57
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
Docs/manual.texi
Docs/manual.texi
+9
-10
No files found.
BitKeeper/etc/logging_ok
View file @
4ee25800
...
@@ -14,3 +14,4 @@ serg@serg.mysql.com
...
@@ -14,3 +14,4 @@ serg@serg.mysql.com
heikki@hundin.mysql.fi
heikki@hundin.mysql.fi
jani@hynda.mysql.fi
jani@hynda.mysql.fi
miguel@hegel.local
miguel@hegel.local
arjen@fred.bitbike.com
Docs/manual.texi
View file @
4ee25800
...
@@ -6349,7 +6349,7 @@ Optimized binary with support for symbolic links, BDB and InnoDB tables.
...
@@ -6349,7 +6349,7 @@ Optimized binary with support for symbolic links, BDB and InnoDB tables.
Like @code{mysqld-max}, but compiled with support for named pipes.
Like @code{mysqld-max}, but compiled with support for named pipes.
@end multitable
@end multitable
Starting from 3.23.50, named pipes are only enabled if
start mysql
d with
Starting from 3.23.50, named pipes are only enabled if
mysqld is starte
d with
@code{--enable-named-pipe}.
@code{--enable-named-pipe}.
All of the above binaries are optimized for the Pentium Pro processor but
All of the above binaries are optimized for the Pentium Pro processor but
...
@@ -10337,10 +10337,10 @@ You can force a MySQL client to use named pipes by specifying the
...
@@ -10337,10 +10337,10 @@ You can force a MySQL client to use named pipes by specifying the
@code{--pipe} option or by specifying @code{.} as the host name. Use the
@code{--pipe} option or by specifying @code{.} as the host name. Use the
@code{--socket} option to specify the name of the pipe.
@code{--socket} option to specify the name of the pipe.
Note that starting from 3.23.50, named pipes are only enabled if
start
Note that starting from 3.23.50, named pipes are only enabled if
mysqld is
mysqld with @code{--enable-named-pipe}. This is because some users have
started with with @code{--enable-named-pipe}. This is because some users
experienced problems shutting down the MySQL server when one uses named
have experienced problems shutting down the MySQL server when one uses
pipes.
named
pipes.
You can test whether or not MySQL is working by executing the
You can test whether or not MySQL is working by executing the
following commands:
following commands:
...
@@ -10621,8 +10621,8 @@ option to the new MySQL clients or create an option file
...
@@ -10621,8 +10621,8 @@ option to the new MySQL clients or create an option file
host = localhost
host = localhost
@end example
@end example
Starting from 3.23.50, named pipes are only enabled if
start mysqld with
Starting from 3.23.50, named pipes are only enabled if
mysqld is started
@code{--enable-named-pipe}.
with
@code{--enable-named-pipe}.
@item @code{Access denied for user} error
@item @code{Access denied for user} error
If you get the error @code{Access denied for user: 'some-user@@unknown'
If you get the error @code{Access denied for user: 'some-user@@unknown'
...
@@ -14736,8 +14736,7 @@ which a not fully working lockd() (as on Linux) you will easily get
...
@@ -14736,8 +14736,7 @@ which a not fully working lockd() (as on Linux) you will easily get
mysqld to deadlock.
mysqld to deadlock.
@item --enable-named-pipe
@item --enable-named-pipe
Enable support for named pipes; This only works on NT and newer windows
Enable support for named pipes (only on NT/Win2000/XP).
versions.
@item -T, --exit-info
@item -T, --exit-info
This is a bit mask of different flags one can use for debugging the
This is a bit mask of different flags one can use for debugging the
...
@@ -46916,7 +46915,7 @@ not yet 100% confident in this code.
...
@@ -46916,7 +46915,7 @@ not yet 100% confident in this code.
Fixed some buffer overflow problems when reading startup parameters.
Fixed some buffer overflow problems when reading startup parameters.
@item
@item
Because of problems on shutdown we have now disabled named pipes on
Because of problems on shutdown we have now disabled named pipes on
windows by default. One can enable
this with
by starting mysqld with
windows by default. One can enable
named pipes
by starting mysqld with
@code{--enable-named-pipe}.
@code{--enable-named-pipe}.
@item
@item
Fixed bug when using @code{WHERE key_column = 'J' or key_column='j'}.
Fixed bug when using @code{WHERE key_column = 'J' or key_column='j'}.
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