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
432adefd
Commit
432adefd
authored
Jan 15, 2001
by
monty@donna.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
40494168
1d25808f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
5 deletions
+25
-5
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+4
-0
BitKeeper/triggers/post-commit
BitKeeper/triggers/post-commit
+2
-0
Docs/manual.texi
Docs/manual.texi
+13
-0
sql/share/Makefile.am
sql/share/Makefile.am
+6
-5
No files found.
BitKeeper/etc/logging_ok
View file @
432adefd
jani@hynda.mysql.fi
monty@donna.mysql.com
mwagner@evoq.home.mwagner.org
sasha@mysql.sashanet.com
sasha@work.mysql.com
serg@hynda.mysql.fi
tim@cane.mysql.fi
tim@donna.mysql.com
BitKeeper/triggers/post-commit
View file @
432adefd
...
...
@@ -4,6 +4,8 @@
TO
=
dev@mysql.com
FROM
=
$USER
@mysql.com
BK_STATUS
=
$BK_STATUS$BK_COMMIT
if
[
"
$BK_STATUS
"
=
OK
]
then
echo
"Commit successful, notifying developers at
$TO
"
...
...
Docs/manual.texi
View file @
432adefd
...
...
@@ -3974,6 +3974,12 @@ Please report bad or out-of-date mirrors to @email{webmaster@@mysql.com}.
@c @uref{http://archive.nat.bg/pub/mirror/mysql/, WWW}
@c @uref{ftp://ftp.ntrl.net/pub/mirror/mysql/, FTP}
@item
@c EMAIL: salle@online.bg (Admin)
@image{Flags/bulgaria} Bulgaria [online.bg/Sofia] @
@uref{http://mysql.online.bg/, WWW}
@uref{ftp://mysql.online.bg/, FTP}
@c @item
@c Added: 990614
@c Not ok 20000919; Out of date (Matt)
...
...
@@ -4178,6 +4184,11 @@ Please report bad or out-of-date mirrors to @email{webmaster@@mysql.com}.
@uref{http://ftp.netc.pt/pub/mysql/, WWW}
@uref{ftp://ftp.netc.pt/pub/mysql/, FTP}
@item
@c EMAIL: keeper@roedu.net (Mihai RUSU)
@image{Flags/romania} Romania [roedu.net/Bucharest] @
@uref{ftp://ftp.roedu.net/pub/mirrors/ftp.mysql.com/, FTP}
@item
@c EMAIL: kuzmin@dn.ru (Roma Kuzmin)
@image{Flags/russia} Russia [DirectNet] @
...
...
@@ -40379,6 +40390,8 @@ Fixed buffer overflow bug when writing a certain error message.
Added usage of @code{getrlimit()} on Linux to get @code{-O --open-files-limit=#}
to work on Linux.
@item
Added new mysqld variable: bdb_version.
@item
Fixed bug when using expression of type
@code{SELECT ... FROM t1 left join t2 on (t1.a=t2.a) WHERE t1.a=t2.a}. In this
case the test in the @code{WHERE} clause was wrongly optimized away.
sql/share/Makefile.am
View file @
432adefd
## Process this file with automake to create Makefile.in
ERRMSG
=
$(
patsubst
%, %/errmsg.sys, @AVAILABLE_LANGUAGES@
)
# This requires gnu cp at distribution time.
dist-hook
:
for
lang
in
@AVAILABLE_LANGUAGES@ charsets
;
\
do
cp
-a
$(srcdir)
/
$$
lang
$(distdir)
;
done
all
:
for
lang
in
@AVAILABLE_LANGUAGES@
;
\
do
\
../../extra/comp_err
$(srcdir)
/
$$
lang/errmsg.txt
$(srcdir)
/
$$
lang/errmsg.sys
;
\
done
all
:
$(ERRMSG)
$(ERRMSG)
:
%.sys: %.txt
../../extra/comp_err
$<
$@
install-data-local
:
for
lang
in
@AVAILABLE_LANGUAGES@
;
\
...
...
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