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
ce04d39d
Commit
ce04d39d
authored
Jun 22, 2007
by
joerg@trift2
Browse files
Options
Browse Files
Download
Plain Diff
Merge trift2.:/MySQL/M51/mysql-5.1
into trift2.:/MySQL/M51/push-5.1
parents
65ce26a6
3d0064d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
BitKeeper/triggers/post-commit
BitKeeper/triggers/post-commit
+2
-2
Makefile.am
Makefile.am
+8
-0
libmysqld/libmysqld.def
libmysqld/libmysqld.def
+2
-2
No files found.
BitKeeper/triggers/post-commit
View file @
ce04d39d
...
...
@@ -96,7 +96,7 @@ see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
EOF
bk changes
-v
-r
+
bk
cset
-r
+
-d
bk
rset
-r
+
-ah
| bk gnupatch
-h
-dup
-T
)
| bk
sed
-e
${
LIMIT
}
q
>
$BKROOT
/BitKeeper/tmp/commits.txt
$SENDMAIL
-t
<
$BKROOT
/BitKeeper/tmp/commits.txt
...
...
@@ -118,7 +118,7 @@ Subject: bk commit - $VERSION tree (Manual) ($CHANGESET)$BS
EOF
bk changes
-v
-r
+
bk
cset
-r
+
-d
bk
rset
-r
+
-ah
| bk gnupatch
-h
-dup
-T
)
>
$BKROOT
/BitKeeper/tmp/docs.txt
$SENDMAIL
-t
<
$BKROOT
/BitKeeper/tmp/docs.txt
fi
...
...
Makefile.am
View file @
ce04d39d
...
...
@@ -136,6 +136,14 @@ test-bt:
@PERL@ ./mysql-test-run.pl
--force
--comment
=
rpl
--suite
=
rpl
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--force
--comment
=
partitions
--suite
=
parts
-
if
[
-d
mysql-test/suite/nist
]
;
then
\
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--comment
=
NIST+normal
--force
--suite
=
nist
;
\
fi
-
if
[
-d
mysql-test/suite/nist
]
;
then
\
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--comment
=
NIST+ps
--force
--suite
=
nist
--ps-protocol
;
\
fi
# Re-enable the "rowlock" suite when bug#28685 is fixed
# -cd mysql-test ; MTR_BUILD_THREAD=auto \
...
...
libmysqld/libmysqld.def
View file @
ce04d39d
...
...
@@ -30,8 +30,8 @@ EXPORTS
my_print_variables
my_realloc
my_strdup
my_thread_end
my_thread_init
my
sql
_thread_end
my
sql
_thread_init
myodbc_remove_escape
mysql_affected_rows
mysql_autocommit
...
...
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