mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
BitKeeper/triggers/post-commit
fixed post-commit message mysql-test/t/check.test fixed bug from 3.23 merge
This commit is contained in:
@ -35,12 +35,11 @@ EOF
|
|||||||
List-ID: <bk.mysql>
|
List-ID: <bk.mysql>
|
||||||
From: $FROM
|
From: $FROM
|
||||||
To: $INTERNALS
|
To: $INTERNALS
|
||||||
Subject: bk commit into 3.23 tree
|
Subject: bk commit into 4.0 tree
|
||||||
|
|
||||||
Below is the list of changes that have just been pushed into main
|
Below is the list of changes that have just been pushed into main
|
||||||
3.23. repository. For information on how to access the repository
|
4.0 repository. For information on how to access the repository
|
||||||
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
|
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
|
||||||
>>>>>>> BitKeeper/tmp/post-commit_sasha@1.8.1.3
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
bk changes -v -r+
|
bk changes -v -r+
|
||||||
|
@ -15,4 +15,5 @@ connection con2;
|
|||||||
insert into t1 values (200000);
|
insert into t1 values (200000);
|
||||||
connection con1;
|
connection con1;
|
||||||
reap;
|
reap;
|
||||||
|
drop table t1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user