From 60a0a5d006b36542ef536008f1c001a1793f4bd6 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 19 Nov 2003 23:11:27 +0100 Subject: ignore: added sql/udf_example.so scripts/make_win_src_distribution BitKeeper/etc/ignore: added sql/udf_example.so scripts/make_win_src_distribution --- .bzrignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index 7929adbf881..b2c877e16c5 100644 --- a/.bzrignore +++ b/.bzrignore @@ -335,3 +335,5 @@ innobase/stamp-h1 stamp-h1 configure.lineno innobase/configure.lineno +sql/udf_example.so +scripts/make_win_src_distribution -- cgit v1.2.1 From b9073593d0defc65472125b625e399e5ab22d1f6 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 29 Jan 2004 15:16:48 +0100 Subject: Mark that strings may change on index only reads (for BDB tables). This fixed problem with index reads on character fields with BDB tables. (Bug #2509) BitKeeper/etc/ignore: added man/*.1 mysql-test/r/bdb.result: New test mysql-test/r/myisam.result: More tests mysql-test/t/bdb.test: Test for idnex only read mysql-test/t/myisam.test: More test to verify pushed bug fix sql/ha_berkeley.h: Mark that strings may change on index only reads sql/item_strfunc.cc: Cleanup sql/table.cc: Allow index only reads on binary strings --- .bzrignore | 1 + 1 file changed, 1 insertion(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index 12cdf99cbc9..572f877a49f 100644 --- a/.bzrignore +++ b/.bzrignore @@ -541,3 +541,4 @@ libmysql_r/vio_priv.h hardcopy.0 scripts/make_sharedlib_distribution sql/udf_example.so +man/*.1 -- cgit v1.2.1 From 595e46704f57e515e329aae5c4d3860c1160170b Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 3 Feb 2004 22:25:02 +0100 Subject: - renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the binary distribution and Server RPM myisam/myisam_ftdump.c: Rename: myisam/ft_dump.c -> myisam/myisam_ftdump.c BitKeeper/etc/ignore: Added myisam/myisam_ftdump to the ignore list myisam/Makefile.am: - renamed ft_dump to myisam_ftdump and added it to bin_PROGRAMS scripts/make_binary_distribution.sh: - added myisam_ftdump to the binary distribution support-files/mysql.spec.sh: - added myisam_ftdump to the Server package --- .bzrignore | 1 + 1 file changed, 1 insertion(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index 572f877a49f..356418e3617 100644 --- a/.bzrignore +++ b/.bzrignore @@ -542,3 +542,4 @@ hardcopy.0 scripts/make_sharedlib_distribution sql/udf_example.so man/*.1 +myisam/myisam_ftdump -- cgit v1.2.1