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
662c7fdf
Commit
662c7fdf
authored
Mar 14, 2001
by
paul@central.snake.net
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
822f9aee
7502b5d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
Docs/manual.texi
Docs/manual.texi
+6
-6
No files found.
BitKeeper/etc/logging_ok
View file @
662c7fdf
...
...
@@ -8,3 +8,4 @@ serg@serg.mysql.com
tim@threads.polyesthetic.msg
tim@work.mysql.com
jcole@abel.spaceapes.com
paul@central.snake.net
Docs/manual.texi
View file @
662c7fdf
...
...
@@ -42194,7 +42194,7 @@ DNS lookup takes a long time.
@item
Added @code{--character-sets-dir} to @code{myisampack}.
@item
Removed warnings when running @code{REPAIR TABLE .. EXTENDED}.
Removed warnings when running @code{REPAIR TABLE ..
.
EXTENDED}.
@item
Fixed core-dump bug when using @code{GROUP BY} on an alias, where
the alias was the same as an existing column name.
...
...
@@ -48346,7 +48346,7 @@ really ``thread aware''.
A regular expression (regex) is a powerful way of specifying a complex search.
@strong{MySQL} uses Henry Spencer's implementation of regular
expressions, which is aimed
to conform to
POSIX
expressions, which is aimed
at conformance with
POSIX
1003.2. @strong{MySQL} uses the extended version.
This is a simplistic reference that skips the details. To get more exact
...
...
@@ -48363,7 +48363,7 @@ they can match more than one string. For example, the regexp
@code{word}.
As a more complex example, the regexp @code{B[an]*s} matches any of the
strings @code{Bananas}, @code{Baaaaas}, @code{Bs} and any other string
strings @code{Bananas}, @code{Baaaaas}, @code{Bs}
,
and any other string
starting with a @code{B}, ending with an @code{s}, and containing any
number of @code{a} or @code{n} characters in between.
...
...
@@ -48445,9 +48445,9 @@ An atom followed by a bound containing two integers @code{i} and
@code{j} matches a sequence of @code{i} through @code{j} (inclusive)
matches of the atom.
Both arguments must
@code{0 >= value <= RE_DUP_MAX (default 255)}.
If there are two arguments, the second must be greater than or equal to th
e
first.
Both arguments must
be in the range from @code{0} to @code{RE_DUP_MAX}
(default 255), inclusive. If there are two arguments, the second must b
e
greater than or equal to the
first.
@item [a-dX]
@itemx [^a-dX]
Matches
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