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
1975c826
Commit
1975c826
authored
Aug 21, 2002
by
arjen@fred.bitbike.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various fixes/updates.
Specifically mention Ruby in list of APIs (noted by Markus Jais).
parent
8536692d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
Docs/manual.texi
Docs/manual.texi
+8
-6
No files found.
Docs/manual.texi
View file @
1975c826
...
...
@@ -551,7 +551,8 @@ Works on many different platforms. @xref{Which OS}.
Uses GNU Automake (1.4), Autoconf (Version 2.52 or newer), and Libtool for
portability.
@item
APIs for C, C++, Eiffel, Java, Perl, PHP, Python, and Tcl. @xref{Clients}.
APIs for C, C++, Eiffel, Java, Perl, PHP, Python, Ruby, and Tcl.
@xref{Clients}.
@item
Fully multi-threaded using kernel threads. This means it can easily
use multiple CPUs if available.
...
...
@@ -4918,7 +4919,7 @@ don't know the PostgreSQL roadmap.
@multitable @columnfractions .30 .30
@item @strong{Feature} @tab @strong{MySQL version}
@item Subselects @tab 4.1
@item Foreign keys @tab 4.1
@item Foreign keys @tab 4.1
(3.23 with InnoDB)
@item Views @tab 5.0
@item Stored procedures @tab 5.0
@item Triggers @tab 5.0
...
...
@@ -8175,7 +8176,7 @@ Renamed mysqld startup options @code{--skip-locking} to
@code{SHOW MASTER STATUS} now returns an empty set if binary log is not
enabled.
@item
@code{SHOW SLAVE STATUS} now returns an empty set if slave is not initiali
z
ed.
@code{SHOW SLAVE STATUS} now returns an empty set if slave is not initiali
s
ed.
@item
mysqld now has the option @code{--temp-pool} enabled by default as this
gives better performance with some OS.
...
...
@@ -50265,7 +50266,8 @@ each individual 4.0.x release.
@appendixsubsec Changes in release 4.0.3 (Aug 2002: Beta)
@itemize @bullet
@item Fixed all boolean type variables to work with the old syntax,
@item
Fixed all boolean type variables/options to work with the old syntax,
e.g. all of these work: --lower-case-table-names, --lower-case-table-names=1,
-O lower-case-table-names=1, --set-variable=lower-case-table-names=1
@item
...
...
@@ -50274,14 +50276,14 @@ Fixed shutdown problem (SIGTERM signal handling) on Solaris. (Bug from 4.0.2).
@code{SHOW MASTER STATUS} now returns an empty set if binary log is not
enabled.
@item
@code{SHOW SLAVE STATUS} now returns an empty set if slave is not initiali
z
ed.
@code{SHOW SLAVE STATUS} now returns an empty set if slave is not initiali
s
ed.
@item
Don't update MyISAM index file on update if not strictly necessary.
@item
Fixed bug in @code{SELECT DISTINCT ... FROM many_tables ORDER BY
not-used-column}.
@item
Fixed a bug with
bigint'
s and quoted strings.
Fixed a bug with
@code{BIGINT}
s and quoted strings.
@item
Added @code{QUOTE()} function that performs SQL quoting to produce values
that can be used as data values in queries.
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