Loading BitKeeper/etc/logging_ok +1 −0 Original line number Diff line number Diff line Loading @@ -4,3 +4,4 @@ monty@tik.mysql.fi mwagner@evoq.mwagner.org paul@teton.kitebird.com monty@hundin.mysql.fi sasha@mysql.sashanet.com BitKeeper/triggers/post-commit +18 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ #shift TO=dev-public@mysql.com FROM=$USER@mysql.com INTERNALS=internals@lists.mysql.com LIMIT=10000 if [ "$REAL_EMAIL" = "" ] Loading @@ -22,7 +23,23 @@ then List-ID: <bk.mysql> From: $FROM To: $TO Subject: bk commit Subject: bk commit into 3.23 tree EOF bk changes -v -r+ bk cset -r+ -d ) | head -n $LIMIT | /usr/sbin/sendmail -t echo "Notifying internals list at $INTERNALS" ( cat <<EOF List-ID: <bk.mysql> From: $FROM To: $INTERNALS Subject: bk commit into 3.23 tree Below is the list of changes that have just been pushed into main 3.23. repository. For information on how to access the repository see http://www.mysql.com/doc/I/n/Installing_source_tree.html EOF bk changes -v -r+ Loading mysql-test/r/check.result 0 → 100644 +2 −0 Original line number Diff line number Diff line Table Op Msg_type Msg_text test.t1 check status OK mysql-test/t/check.test 0 → 100644 +18 −0 Original line number Diff line number Diff line connect (con1,localhost,root,,); connect (con2,localhost,root,,); connection con1; drop table if exists t1; #add a lot of keys to slow down check create table t1(n int not null, key(n), key(n), key(n), key(n)); let $1=10000; while ($1) { eval insert into t1 values ($1); dec $1; } send check table t1 type=extended; connection con2; insert into t1 values (200000); connection con1; reap; Loading
BitKeeper/etc/logging_ok +1 −0 Original line number Diff line number Diff line Loading @@ -4,3 +4,4 @@ monty@tik.mysql.fi mwagner@evoq.mwagner.org paul@teton.kitebird.com monty@hundin.mysql.fi sasha@mysql.sashanet.com
BitKeeper/triggers/post-commit +18 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ #shift TO=dev-public@mysql.com FROM=$USER@mysql.com INTERNALS=internals@lists.mysql.com LIMIT=10000 if [ "$REAL_EMAIL" = "" ] Loading @@ -22,7 +23,23 @@ then List-ID: <bk.mysql> From: $FROM To: $TO Subject: bk commit Subject: bk commit into 3.23 tree EOF bk changes -v -r+ bk cset -r+ -d ) | head -n $LIMIT | /usr/sbin/sendmail -t echo "Notifying internals list at $INTERNALS" ( cat <<EOF List-ID: <bk.mysql> From: $FROM To: $INTERNALS Subject: bk commit into 3.23 tree Below is the list of changes that have just been pushed into main 3.23. repository. For information on how to access the repository see http://www.mysql.com/doc/I/n/Installing_source_tree.html EOF bk changes -v -r+ Loading
mysql-test/r/check.result 0 → 100644 +2 −0 Original line number Diff line number Diff line Table Op Msg_type Msg_text test.t1 check status OK
mysql-test/t/check.test 0 → 100644 +18 −0 Original line number Diff line number Diff line connect (con1,localhost,root,,); connect (con2,localhost,root,,); connection con1; drop table if exists t1; #add a lot of keys to slow down check create table t1(n int not null, key(n), key(n), key(n), key(n)); let $1=10000; while ($1) { eval insert into t1 values ($1); dec $1; } send check table t1 type=extended; connection con2; insert into t1 values (200000); connection con1; reap;