Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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
1.2324 06/04/11 15:45:46 msvensson@neptunus.(none) +1 -0
Bug#18474 Unlistable directories yield no info from information_schema, part2
- On windows it's not possible to reliably "chmod" a directory so that we can't read
it.
- Thus the testcase for bug#15851 is disabled
mysql-test/t/information_schema.test
1.76 06/04/11 15:45:42 msvensson@neptunus.(none) +5 -0
Disable test case for bug 15851
# 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: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-5.1
--- 1.75/mysql-test/t/information_schema.test 2006-04-07 14:39:41 +02:00
+++ 1.76/mysql-test/t/information_schema.test 2006-04-11 15:45:42 +02:00
@@ -795,6 +795,10 @@
DROP FUNCTION func2;
#
+# Disable test case for bug#15851, not possible to get it to work
+# consistent on Windows. Created new Bug#18474
+--disable_parsing
+#
# Bug #15851 Unlistable directories yield no info from information_schema
#
create database mysqltest;
@@ -803,6 +807,7 @@
select table_schema from information_schema.tables where table_schema='mysqltest';
--exec chmod +r $MYSQLTEST_VARDIR/master-data/mysqltest
drop database mysqltest;
+--enable_parsing
#
# Bug#15307 GROUP_CONCAT() with ORDER BY returns empty set on information_schema
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2324) BUG#15851 | msvensson | 11 Apr |