PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 295.2Kb
Man Pages (Zip)
- 400.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/flow-control-statements.html
MySQL supports the IF, CASE, ITERATE, LEAVE LOOP, WHILE, and REPEAT constructs for flow control within stored programs. Many of these constructs contain other statements, as indicated by the grammar specifications in the following sections. For ...
https://dev.mysql.com/doc/refman/8.0/en/full-text-adding-collation.html
General information about adding collations is given in Section 12.14, “Adding a Collation to a Character Set”; it is assumed that you have read it and are familiar with the files involved. Warning User-defined collations are deprecated; you ...
https://dev.mysql.com/doc/refman/8.0/en/general-installation-issues.html
The immediately following sections contain the information necessary to choose, download, and verify your distribution. The instructions in later sections of the chapter describe how to install the distribution that you choose. For binary ...
https://dev.mysql.com/doc/refman/8.0/en/getting-mysql.html
Check our downloads page at https://dev.mysql.com/downloads/ for information about the current version of MySQL and for downloading instructions. For RPM-based Linux platforms that use Yum as their package management system, MySQL can be installed ...
https://dev.mysql.com/doc/refman/8.0/en/gis-class-geometrycollection.html
GeomCollection and GeometryCollection are synonymous, with GeomCollection the preferred type name. A GeomCollection is a geometry that is a collection of zero or more geometries of any class. All the elements in a geometry collection must be in the ...
https://dev.mysql.com/doc/refman/8.0/en/gis-class-linestring.html
A LineString is a LinearRing if it is both closed and simple. A LineString is a Curve with linear interpolation between points. LineString Examples On a world map, LineString objects could represent rivers. LineString Properties A LineString has ...
https://dev.mysql.com/doc/refman/8.0/en/gis-class-multicurve.html
A MultiCurve is simple if and only if all of its elements are simple; the only intersections between any two elements occur at points that are on the boundaries of both elements. A MultiCurve is a geometry collection composed of Curve elements. A ...
https://dev.mysql.com/doc/refman/8.0/en/gis-property-functions.html
Each function that belongs to this group takes a geometry value as its argument and returns some quantitative or qualitative property of the geometry. Such functions return NULL if the argument is of an incorrect geometry type. For example, the ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-consistency-guarantees.html
This section describes how Group Replication handles consistency guarantees depending on the events that occur in a group, and how to best configure your group's consistency guarantees. One of the major implications of a distributed system such as ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-deploying-instances.html
The first step is to deploy at least three instances of MySQL Server, this procedure demonstrates using multiple hosts for the instances, named s1, s2, and s3. It is assumed that MySQL Server is installed on each host (see Chapter 2, Installing ...