summaryrefslogtreecommitdiff
path: root/mysql-test/r/symlink.result
Commit message (Collapse)AuthorAgeFilesLines
* merge 5.1 --> 5.1-rplAlfranio Correia2008-12-131-4/+4
|\
| * Bug#41002 - symlink.test fails on symlinked datadirIngo Struewing2008-11-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | symlink.test failed when run in an environment that has mysql-test/var symlinked to elsewhere, e.g. a memory file system. This is the case when running mysql-test-run --mem. In this case the server does not detect that the directory specified with a DATA/INDEX DIRECTORY clause is within its data home directory. This problem was reported as Bug#39277 (Creation of table with data and/or index files in data home directory succeeds). It was decided that it will not be fixed in 5.1. Hence, the current behavior is accepted for 5.1. It will be fixed in 6.0 though. Fixed the test case so that it works in both environments. 1. When no symbolic link is involved, the server notices that the data/index directory is in its data hone directory and rejects the CREATE/ALTER TABLE statement. 2. When the data home directory is symlinked, it does not notice the problem and executes the statement sucessfully.
* | merging 5.1 -> 5.1 rpl. 3 of 4 conflicts are resolved similarly to ↵Andrei Elkin2008-11-121-5/+5
|\ \ | |/ | | | | | | 6.0->6.0-rpl merging. mysql_upgrade results changed due to the error messesge of mysqlcheck has changed.
| * Merge from mysql-5.0-bugteam into mysql-5.1-bugteamDavi Arnaut2008-10-241-5/+5
| |\
| * | Bug#36768 (partition_info::check_partition_info() reports mal formedMarc Alff2008-10-061-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warnings) Before this fix, several places in the code would raise a warning with an error code 0, making it impossible for a stored procedure, a connector, or a client application to trigger logic to handle the warning. Also, the warning text was hard coded, and therefore not translated. With this fix, new errors numbers have been created to represent these warnings, and the warning text is coded in the errmsg.txt file.
* | | Merge 5.1 main -> 5.1-rplHe Zhenxing2008-09-061-4/+0
|\ \ \ | |/ /
| * | merging fixAlexey Botchkov2008-08-261-4/+0
| |\ \ | | |/
| | * merging fixesAlexey Botchkov2008-08-261-2/+0
| | |
| | * test case fixgluh@mysql.com/mgluh.(none)2008-03-031-4/+4
| | |
| | * Merge mysql.com:/home/gluh/MySQL/Merge/4.1-optgluh@eagle.(none)2008-02-291-4/+4
| | |\ | | | | | | | | | | | | into mysql.com:/home/gluh/MySQL/Merge/5.0-opt
| | | * test fixgluh@mysql.com/eagle.(none)2008-02-291-4/+4
| | | |
| | * | after merge fixgluh@mysql.com/eagle.(none)2008-02-291-24/+23
| | | |
| | * | Merge mysql.com:/home/gluh/MySQL/Merge/4.1-optgluh@eagle.(none)2008-02-291-17/+21
| | |\ \ | | | |/ | | | | | | | | into mysql.com:/home/gluh/MySQL/Merge/5.0-opt
| | | * Bug#32167 another privilege bypass with DATA/INDEX DIRECORY(ver 4.1,5.0)gluh@mysql.com/eagle.(none)2008-02-291-17/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | added new function test_if_data_home_dir() which checks that path does not contain mysql data home directory. Using of mysql data home directory in DATA DIRECTORY & INDEX DIRECTORY is disallowed.
* | | | Fix paths in test and result filesmsvensson@pilot.mysql.com2008-04-031-4/+4
|/ / /
* | | Merge stella.local:/home2/mydev/mysql-5.1-ateamistruewing@stella.local2008-03-201-1/+13
|\ \ \ | | | | | | | | | | | | into stella.local:/home2/mydev/mysql-5.1-axmrg
| * | | Bug#35305: partition_symlink test failuresmattiasj@witty.2008-03-171-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | Updated the test due to bug 32167 Corrected spelling of error message
| * | | Merge ↵antony@pcg5ppc.xiphis.org2008-03-141-36/+27
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | pcg5ppc.xiphis.org:/Network/Servers/anubis.xiphis.org/home/antony/work/mysql-5.1 into pcg5ppc.xiphis.org:/Network/Servers/anubis.xiphis.org/home/antony/work/merge.20080307/mysql-5.1
* | | | | Post-merge fixesistruewing@stella.local2008-03-141-4/+4
| | | | |
* | | | | Post-merge fix. Moved the symlink handling from sql_parse.cc here.istruewing@stella.local2008-03-141-2/+2
| | | | |
* | | | | Manual mergeistruewing@stella.local2008-03-141-36/+27
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | fixed problem with embedded servergluh@mysql.com/eagle.(none)2008-02-291-1/+1
| | | |
| * | | Bug#32167 another privilege bypass with DATA/INDEX DIRECORY(3rd version for 5.1)gluh@mysql.com/eagle.(none)2008-02-281-37/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | added new function test_if_data_home_dir() which checks that path does not contain mysql data home directory. Using of 'mysql data home'/'any db name' in DATA DIRECTORY & INDEX DIRECTORY is disallowed
* | | | BUG#25677 - With --skip-symbolic-links option on, DATA DIRECTORYsvoj@mysql.com/june.mysql.com2007-12-071-0/+8
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | clause is silently ignored When symbolic links are disabled by command line option or NO_DIR_IN_CREATE sql mode, CREATE TABLE silently ignores DATA/INDEX DIRECTORY options. With this fix a warning is issued when symbolic links are disabled.
* | | Merge mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.0-enginessvoj@june.mysql.com2007-11-121-3/+3
|\ \ \ | |/ / | | | | | | into mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.1-engines
| * | Merge mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-4.1-enginessvoj@june.mysql.com2007-11-121-3/+3
| |\ \ | | |/ | | | | | | into mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.0-engines
| | * symlink.test, symlink.result:svoj@mysql.com/june.mysql.com2007-11-121-3/+3
| | | | | | | | | | | | Use proper variable for test.
* | | Merge mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.0-enginessvoj@june.mysql.com2007-11-121-0/+6
|\ \ \ | |/ / | | | | | | into mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.1-engines
| * | Merge mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-4.1-enginessvoj@june.mysql.com2007-11-121-0/+6
| |\ \ | | |/ | | | | | | into mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.0-engines
| | * After merge fix.svoj@mysql.com/june.mysql.com2007-11-121-1/+1
| | |
| | * Merge mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-4.0svoj@mysql.com/june.mysql.com2007-11-121-0/+6
| | |\ | | | | | | | | | | | | into mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-4.1-engines
| | | * BUG#32111 - Security Breach via DATA/INDEX DIRECORY and RENAME TABLEsvoj@mysql.com/june.mysql.com2007-11-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RENAME TABLE against a table with DATA/INDEX DIRECTORY overwrites the file to which the symlink points. This is security issue, because it is possible to create a table with some name in some non-system database and set DATA/INDEX DIRECTORY to mysql system database. Renaming this table to one of mysql system tables (e.g. user, host) would overwrite the system table. Return an error when the file to which the symlink points exist.
| | * | Valgrind error fixesgluh@mysql.com/eagle.(none)2007-02-011-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | Notes: This patch doesn't fix all issues in the tree and we need jani's fix for that This patch shoud not be merged into 5.0
* | | | symlink.test, symlink.result:gshchepa/uchum@gleb.loc2007-07-141-1/+1
| | | | | | | | | | | | | | | | Minor fix for test case of bug #29325 to make emb test happy.
* | | | Merge gleb.loc:/home/uchum/work/bk/5.0-optgshchepa/uchum@gleb.loc2007-07-131-0/+22
|\ \ \ \ | |/ / / | | | | | | | | into gleb.loc:/home/uchum/work/bk/5.1-opt
| * | | disabled the output of the full path in tesing bug 29325gkodinov/kgeorge@magare.gmz2007-07-131-2/+0
| | | |
| * | | Bug 29325: moved the test from create_not_windows to symlink.gkodinov/kgeorge@magare.gmz2007-07-131-0/+24
| | | |
* | | | Merge fix of updated test resultmsvensson@maint1.mysql.com2006-12-181-2/+2
| | | |
* | | | Merge maint1.mysql.com:/data/localhome/msvensson/mysql-5.0-maintmsvensson@maint1.mysql.com2006-12-181-2/+2
|\ \ \ \ | |/ / / | | | | | | | | into maint1.mysql.com:/data/localhome/msvensson/mysql-5.1-new-maint
| * | | Use MYSQLTEST_VARDIR variablemsvensson@maint1.mysql.com2006-12-181-2/+2
| | | |
* | | | Merge siva.hindu.god:/usr/home/tim/m/bk/50tsmith/tim@siva.hindu.god2006-12-141-0/+1
|\ \ \ \ | |/ / / | | | | | | | | into siva.hindu.god:/usr/home/tim/m/bk/51
| * | | Post-merge fix to symlink.resulttsmith/tim@siva.hindu.god2006-12-141-0/+1
| | | |
* | | | Merge siva.hindu.god:/usr/home/tim/m/bk/50tsmith/tim@siva.hindu.god2006-12-141-0/+1
|\ \ \ \ | |/ / / | | | | | | | | into siva.hindu.god:/usr/home/tim/m/bk/51
| * | | Merge siva.hindu.god:/usr/home/tim/m/bk/41tsmith/tim@siva.hindu.god2006-12-141-0/+1
| |\ \ \ | | |/ / | | | | | | | | into siva.hindu.god:/usr/home/tim/m/bk/50
| | * | myisam.result: a test was moved from the .test file, but the results were ↵tsmith/tim@siva.hindu.god2006-12-141-0/+1
| | | | | | | | | | | | | | | | not updated.
* | | | Merge kpdesk.mysql.com:/home/thek/dev/bug17489/my50-bug17498thek@kpdesk.mysql.com2006-12-141-0/+21
|\ \ \ \ | |/ / / | | | | | | | | into kpdesk.mysql.com:/home/thek/dev/bug17489/my51-bug17498
| * | | Merge kpdesk.mysql.com:/home/thek/dev/bug17489/my41-bug17498thek@kpdesk.mysql.com2006-12-141-0/+21
| |\ \ \ | | |/ / | | | | | | | | into kpdesk.mysql.com:/home/thek/dev/bug17489/my50-bug17498
| | * | Bug#17498 failed to put data file in custom directory use "data directory" ↵thek@kpdesk.mysql.com2006-12-141-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | option - When this bug was corrected it changed the behavior for data/index directory in the myisam test case. - This patch moves the OS depending tests to a non-windows test file.
| * | | Mergeevgen@moonbone.local2006-06-301-0/+6
| |\ \ \ | | |/ /
* | | | Merge chilla.local:/home/mydev/mysql-5.0-ateamingo@chilla.local2006-07-061-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | into chilla.local:/home/mydev/mysql-5.1-ateam