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
e0800102
Commit
e0800102
authored
Dec 02, 2002
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/pem/work/mysql-4.1
into mysql.com:/usr/local/bk/mysql-5.0 sql/sql_yacc.yy: Auto merged
parents
86331f40
3a49b1ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
10 deletions
+11
-10
BitKeeper/triggers/post-commit
BitKeeper/triggers/post-commit
+10
-9
configure.in
configure.in
+1
-1
No files found.
BitKeeper/triggers/post-commit
View file @
e0800102
...
@@ -6,6 +6,7 @@ FROM=$USER@mysql.com
...
@@ -6,6 +6,7 @@ FROM=$USER@mysql.com
INTERNALS
=
internals@lists.mysql.com
INTERNALS
=
internals@lists.mysql.com
DOCS
=
docs-commit@mysql.com
DOCS
=
docs-commit@mysql.com
LIMIT
=
10000
LIMIT
=
10000
REPOV
=
5.0
if
[
"
$REAL_EMAIL
"
=
""
]
if
[
"
$REAL_EMAIL
"
=
""
]
then
then
...
@@ -25,15 +26,15 @@ then
...
@@ -25,15 +26,15 @@ then
echo
"Commit successful, notifying developers at
$TO
"
echo
"Commit successful, notifying developers at
$TO
"
(
(
cat
<<
EOF
cat
<<
EOF
List-ID: <bk.mysql-
4.1
>
List-ID: <bk.mysql-
$REPOV
>
From:
$FROM
From:
$FROM
To:
$TO
To:
$TO
Subject: bk commit -
4.1
tree
Subject: bk commit -
$REPOV
tree
EOF
EOF
bk changes
-v
-r
+
bk changes
-v
-r
+
bk cset
-r
+
-d
bk cset
-r
+
-d
)
|
head
-n
$LIMIT
|
/usr/sbin/sendmail
-t
)
| /usr/sbin/sendmail
-t
#++
#++
# internals@ mail
# internals@ mail
...
@@ -41,13 +42,13 @@ EOF
...
@@ -41,13 +42,13 @@ EOF
echo
"Notifying internals list at
$INTERNALS
"
echo
"Notifying internals list at
$INTERNALS
"
(
(
cat
<<
EOF
cat
<<
EOF
List-ID: <bk.mysql-
4.1
>
List-ID: <bk.mysql-
$REPOV
>
From:
$FROM
From:
$FROM
To:
$INTERNALS
To:
$INTERNALS
Subject: bk commit into
4.1
tree
Subject: bk commit into
$REPOV
tree
Below is the list of changes that have just been committed into a local
Below is the list of changes that have just been committed into a local
4.1
repository of
$USER
. When
$USER
does a push these changes will
$REPOV
repository of
$USER
. When
$USER
does a push these changes will
be propagated to the main repository and, within 24 hours after the
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
push, to the public repository.
For information on how to access the public repository
For information on how to access the public repository
...
@@ -68,15 +69,15 @@ EOF
...
@@ -68,15 +69,15 @@ EOF
echo
"Notifying docs list at
$DOCS
"
echo
"Notifying docs list at
$DOCS
"
(
(
cat
<<
EOF
cat
<<
EOF
List-ID: <bk.mysql-
4.1
>
List-ID: <bk.mysql-
$REPOV
>
From:
$FROM
From:
$FROM
To:
$DOCS
To:
$DOCS
Subject: bk commit -
4.1
tree (Manual)
Subject: bk commit -
$REPOV
tree (Manual)
EOF
EOF
bk changes
-v
-r
+
bk changes
-v
-r
+
bk cset
-r
+
-d
bk cset
-r
+
-d
)
|
head
-n
$LIMIT
|
/usr/sbin/sendmail
-t
)
| /usr/sbin/sendmail
-t
fi
fi
else
else
...
...
configure.in
View file @
e0800102
...
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
...
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT
(
sql/mysqld.cc
)
AC_INIT
(
sql/mysqld.cc
)
AC_CANONICAL_SYSTEM
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
# The Docs Makefile.am parses this line!
AM_INIT_AUTOMAKE
(
mysql,
4.1
.0-alpha
)
AM_INIT_AUTOMAKE
(
mysql,
5.0
.0-alpha
)
AM_CONFIG_HEADER
(
config.h
)
AM_CONFIG_HEADER
(
config.h
)
PROTOCOL_VERSION
=
10
PROTOCOL_VERSION
=
10
...
...
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