Below is the list of changes that have just been committed into a local
5.0 repository of kostja. When kostja does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-07-08 00:03:43+04:00, kostja@stripped +2 -0
Cleanups: ignore more files.
BitKeeper/etc/ignore@stripped, 2006-07-08 00:03:41+04:00, kostja@stripped +7 -0
Modify ignore list to work with BitKeeper 4
mysql-test/t/mysqldump.test@stripped, 2006-07-08 00:03:41+04:00, kostja@stripped +3 -4
Fix the test for Bug#18462 to use MYSQLTEST_VARDIR instead of mysql-test/
directory for temporary files.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: kostja
# Host: bodhi.local
# Root: /opt/local/work/mysql-5.0-runtime
--- 1.94/mysql-test/t/mysqldump.test 2006-07-08 00:03:47 +04:00
+++ 1.95/mysql-test/t/mysqldump.test 2006-07-08 00:03:47 +04:00
@@ -1155,12 +1155,11 @@
create view v1 as select qty, price, qty*price as value from t;
create view v2 as select qty from v1;
--echo mysqldump {
---exec $MYSQL_DUMP --compact -F --tab . test
---exec cat v1.sql
+--exec $MYSQL_DUMP --compact -F --tab $MYSQLTEST_VARDIR/tmp test
+--exec cat $MYSQLTEST_VARDIR/tmp/v1.sql
--echo } mysqldump {
---exec cat v2.sql
+--exec cat $MYSQLTEST_VARDIR/tmp/v2.sql
--echo } mysqldump
---rm v.sql t.sql t.txt
drop view v1;
drop view v2;
drop table t;
--- 1.225/BitKeeper/etc/ignore 2006-07-08 00:03:47 +04:00
+++ 1.226/BitKeeper/etc/ignore 2006-07-08 00:03:47 +04:00
@@ -20,11 +20,15 @@
*.res
*.sbr
*.so
+*.so.*
*.spec
*/*_pure_*warnings
*/.pure
*~
.*.swp
+*.Po
+*.Plo
+*.lai
./README.build-files
./config.h
./copy_mysql_files.bat
@@ -41,6 +45,9 @@
.gdb_history
.gdbinit
.libs
+client/.libs -prune
+tests/.libs -prune
+tools/.libs -prune
.o
.out
.snprj/*
| Thread |
|---|
| • bk commit into 5.0 tree (kostja:1.2220) | konstantin | 7 Jul |