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
c983bca5
Commit
c983bca5
authored
Aug 28, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
parents
f8e8d71b
5104585f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
Docs/manual.texi
Docs/manual.texi
+13
-13
No files found.
Docs/manual.texi
View file @
c983bca5
...
@@ -6846,7 +6846,7 @@ If the build fails and produces errors about your compiler or linker not
...
@@ -6846,7 +6846,7 @@ If the build fails and produces errors about your compiler or linker not
being able to create the shared library @file{libmysqlclient.so.#} (@samp{#}
being able to create the shared library @file{libmysqlclient.so.#} (@samp{#}
is a version number), you can work around this problem by giving the
is a version number), you can work around this problem by giving the
@code{--disable-shared} option to @code{configure}. In this case,
@code{--disable-shared} option to @code{configure}. In this case,
@code{configure} will not build a shared @
cod
e{libmysqlclient.so.#} library.
@code{configure} will not build a shared @
fil
e{libmysqlclient.so.#} library.
@cindex default values, suppression
@cindex default values, suppression
@cindex suppression, default values
@cindex suppression, default values
...
@@ -8123,7 +8123,7 @@ on all ISAM tables.
...
@@ -8123,7 +8123,7 @@ on all ISAM tables.
@item
@item
Ensure that you don't have any MySQL clients that uses shared libraries
Ensure that you don't have any MySQL clients that uses shared libraries
(like the perl Msql-Mysql-modules). If you have, you should recompile
(like the perl Msql-Mysql-modules). If you have, you should recompile
them as structures used in
libmysqlclient.so
have changed.
them as structures used in
@file{libmysqlclient.so}
have changed.
@end itemize
@end itemize
MySQL 4.0 will work even if you don't do the above, but you will not be
MySQL 4.0 will work even if you don't do the above, but you will not be
...
@@ -8891,7 +8891,7 @@ Copy @code{libmysqclient.so} to @file{/usr/lib}.
...
@@ -8891,7 +8891,7 @@ Copy @code{libmysqclient.so} to @file{/usr/lib}.
@tindex LD_RUN_PATH environment variable
@tindex LD_RUN_PATH environment variable
@tindex environment variable, LD_RUN_PATH
@tindex environment variable, LD_RUN_PATH
@item
@item
Add the pathname of the directory where @
cod
e{libmysqlclient.so} is located
Add the pathname of the directory where @
fil
e{libmysqlclient.so} is located
to the @code{LD_RUN_PATH} environment variable before running your client.
to the @code{LD_RUN_PATH} environment variable before running your client.
@end itemize
@end itemize
...
@@ -11428,7 +11428,7 @@ Compile the @code{Msql-Mysql-modules} distribution with @code{perl
...
@@ -11428,7 +11428,7 @@ Compile the @code{Msql-Mysql-modules} distribution with @code{perl
Makefile.PL -static -config} rather than @code{perl Makefile.PL}.
Makefile.PL -static -config} rather than @code{perl Makefile.PL}.
@item
@item
Copy @
cod
e{libmysqlclient.so} to the directory where your other shared
Copy @
fil
e{libmysqlclient.so} to the directory where your other shared
libraries are located (probably @file{/usr/lib} or @file{/lib}).
libraries are located (probably @file{/usr/lib} or @file{/lib}).
@item
@item
...
@@ -28640,7 +28640,7 @@ SET GLOBAL sort_buffer_size=value;
...
@@ -28640,7 +28640,7 @@ SET GLOBAL sort_buffer_size=value;
SET @@@@global.sort_buffer_size=value;
SET @@@@global.sort_buffer_size=value;
@end example
@end example
To set the value for @code{SESSION} variable, you can use one of the
To set the value for
a
@code{SESSION} variable, you can use one of the
following syntaxes:
following syntaxes:
@example
@example
...
@@ -40601,7 +40601,7 @@ BDB tables:
...
@@ -40601,7 +40601,7 @@ BDB tables:
If you use @code{--skip-bdb}, MySQL will not initialise the
If you use @code{--skip-bdb}, MySQL will not initialise the
Berkeley DB library and this will save a lot of memory. Of course,
Berkeley DB library and this will save a lot of memory. Of course,
you cannot use @code{BDB} tables if you are using this option. If you try
you cannot use @code{BDB} tables if you are using this option. If you try
to create a
n
BDB table, MySQL will instead create a MyISAM table.
to create a BDB table, MySQL will instead create a MyISAM table.
Normally you should start @code{mysqld} without @code{--bdb-no-recover} if you
Normally you should start @code{mysqld} without @code{--bdb-no-recover} if you
intend to use BDB tables. This may, however, give you problems when you
intend to use BDB tables. This may, however, give you problems when you
...
@@ -45298,10 +45298,10 @@ functions:
...
@@ -45298,10 +45298,10 @@ functions:
@item @code{mysql_thread_end()} @tab Should be called before calling @code{pthread_exit()}
@item @code{mysql_thread_end()} @tab Should be called before calling @code{pthread_exit()}
@end multitable
@end multitable
Then you must link your code with @
code{libmysqld.a} instead of @cod
e{libmysqlclient.a}.
Then you must link your code with @
file{libmysqld.a} instead of @fil
e{libmysqlclient.a}.
The above @code{mysql_server_xxx} functions are also included in
The above @code{mysql_server_xxx} functions are also included in
@
cod
e{libmysqlclient.a} to allow you to change between the embedded and the
@
fil
e{libmysqlclient.a} to allow you to change between the embedded and the
client/server version by just linking your application with the right
client/server version by just linking your application with the right
library. @xref{mysql_server_init}.
library. @xref{mysql_server_init}.
...
@@ -47660,20 +47660,20 @@ latest MySQL source distribution and compile this yourself.
...
@@ -47660,20 +47660,20 @@ latest MySQL source distribution and compile this yourself.
If you are trying to run a program and you then get errors for
If you are trying to run a program and you then get errors for
unreferenced symbols that start with @code{mysql_} or that the
unreferenced symbols that start with @code{mysql_} or that the
@code{mysqlclient} library can't be found, this means that your system
@code{mysqlclient} library can't be found, this means that your system
can't find the share @
cod
e{libmysqlclient.so} library.
can't find the share @
fil
e{libmysqlclient.so} library.
The fix for this is to tell your system to search after shared
The fix for this is to tell your system to search after shared
libraries where the library is located by one of the following methods:
libraries where the library is located by one of the following methods:
@itemize @bullet
@itemize @bullet
@item
@item
Add the path to the directory where you have @
cod
e{libmysqlclient.so} the
Add the path to the directory where you have @
fil
e{libmysqlclient.so} the
@code{LD_LIBRARY_PATH} environment variable.
@code{LD_LIBRARY_PATH} environment variable.
@item
@item
Add the path to the directory where you have @
cod
e{libmysqlclient.so} the
Add the path to the directory where you have @
fil
e{libmysqlclient.so} the
@code{LD_LIBRARY} environment variable.
@code{LD_LIBRARY} environment variable.
@item
@item
Copy @
cod
e{libmysqlclient.so} to some place that is searched by your system,
Copy @
fil
e{libmysqlclient.so} to some place that is searched by your system,
like @file{/lib}, and update the shared library information by executing
like @file{/lib}, and update the shared library information by executing
@code{ldconfig}.
@code{ldconfig}.
@end itemize
@end itemize
...
@@ -57869,7 +57869,7 @@ variables to modify the behaviour of MySQL. @xref{Option files}.
...
@@ -57869,7 +57869,7 @@ variables to modify the behaviour of MySQL. @xref{Option files}.
@item @code{DBI_USER} @tab The default user name for Perl DBI.
@item @code{DBI_USER} @tab The default user name for Perl DBI.
@item @code{DBI_TRACE} @tab Used when tracing Perl DBI.
@item @code{DBI_TRACE} @tab Used when tracing Perl DBI.
@item @code{HOME} @tab The default path for the @code{mysql} history file is @file{$HOME/.mysql_history}.
@item @code{HOME} @tab The default path for the @code{mysql} history file is @file{$HOME/.mysql_history}.
@item @code{LD_RUN_PATH} @tab Used to specify where your @
cod
e{libmysqlclient.so} is.
@item @code{LD_RUN_PATH} @tab Used to specify where your @
fil
e{libmysqlclient.so} is.
@item @code{MYSQL_DEBUG} @tab Debug-trace options when debugging.
@item @code{MYSQL_DEBUG} @tab Debug-trace options when debugging.
@item @code{MYSQL_HISTFILE} @tab The path to the @code{mysql} history file.
@item @code{MYSQL_HISTFILE} @tab The path to the @code{mysql} history file.
@item @code{MYSQL_HOST} @tab Default host name used by the @code{mysql} command-line client.
@item @code{MYSQL_HOST} @tab Default host name used by the @code{mysql} command-line client.
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