Below is the list of changes that have just been committed into a local
5.0 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.2121 06/05/04 17:45:11 msvensson@neptunus.(none) +4 -0
Move "chmod" part of information_schema test to separate file
mysql-test/t/information_schema_chmod.test
1.1 06/05/04 17:45:06 msvensson@neptunus.(none) +20 -0
Move "chmod" part of information_schema test to separate file
mysql-test/r/information_schema_chmod.result
1.1 06/05/04 17:45:06 msvensson@neptunus.(none) +5 -0
Move "chmod" part of information_schema test to separate file
mysql-test/t/information_schema_chmod.test
1.0 06/05/04 17:45:06 msvensson@neptunus.(none) +0 -0
BitKeeper file /home/msvensson/mysql/my50-maint-bug18474/mysql-test/t/information_schema_chmod.test
mysql-test/t/information_schema.test
1.76 06/05/04 17:45:06 msvensson@neptunus.(none) +0 -9
Move "chmod" part of information_schema test to separate file
mysql-test/r/information_schema_chmod.result
1.0 06/05/04 17:45:06 msvensson@neptunus.(none) +0 -0
BitKeeper file /home/msvensson/mysql/my50-maint-bug18474/mysql-test/r/information_schema_chmod.result
mysql-test/r/information_schema.result
1.102 06/05/04 17:45:06 msvensson@neptunus.(none) +0 -5
Move "chmod" part of information_schema test to separate file
# 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/my50-maint-bug18474
--- 1.101/mysql-test/r/information_schema.result 2006-04-07 09:32:18 +02:00
+++ 1.102/mysql-test/r/information_schema.result 2006-05-04 17:45:06 +02:00
@@ -1083,11 +1083,6 @@
DROP VIEW v1;
DROP FUNCTION func1;
DROP FUNCTION func2;
-create database mysqltest;
-create table mysqltest.t1(a int);
-select table_schema from information_schema.tables where table_schema='mysqltest';
-table_schema
-drop database mysqltest;
select column_type, group_concat(table_schema, '.', table_name), count(*) as num
from information_schema.columns where
table_schema='information_schema' and
--- 1.75/mysql-test/t/information_schema.test 2006-04-24 21:42:40 +02:00
+++ 1.76/mysql-test/t/information_schema.test 2006-05-04 17:45:06 +02:00
@@ -793,15 +793,6 @@
DROP FUNCTION func1;
DROP FUNCTION func2;
-#
-# Bug #15851 Unlistable directories yield no info from information_schema
-#
-create database mysqltest;
-create table mysqltest.t1(a int);
---exec chmod -r $MYSQLTEST_VARDIR/master-data/mysqltest
-select table_schema from information_schema.tables where table_schema='mysqltest';
---exec chmod +r $MYSQLTEST_VARDIR/master-data/mysqltest
-drop database mysqltest;
#
# Bug#15307 GROUP_CONCAT() with ORDER BY returns empty set on information_schema
--- New file ---
+++ mysql-test/r/information_schema_chmod.result 06/05/04 17:45:06
create database mysqltest;
create table mysqltest.t1(a int);
select table_schema from information_schema.tables where table_schema='mysqltest';
table_schema
drop database mysqltest;
--- New file ---
+++ mysql-test/t/information_schema_chmod.test 06/05/04 17:45:06
#
# Due to "Bug#18474 Unlistable directories yield no info from
# information_schema, part2" this test can't be run on Window with our
# current test framework. When "chmod -r" is done within cygwin the
# MySQL Server can still read the directory.
# Manual testing shows the functionalty to skip unlistable directories
# works on windows
#
--source include/not_windows.inc
#
# Bug #15851 Unlistable directories yield no info from information_schema
#
create database mysqltest;
create table mysqltest.t1(a int);
--exec chmod -r $MYSQLTEST_VARDIR/master-data/mysqltest
select table_schema from information_schema.tables where table_schema='mysqltest';
--exec chmod +r $MYSQLTEST_VARDIR/master-data/mysqltest
drop database mysqltest;
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2121) | msvensson | 4 May |