| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
| |
| |
| | |
6.0->6.0-rpl merging.
mysql_upgrade results changed due to the error messesge of mysqlcheck has changed.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | | |
|
| | | |
|
| | |\
| | | |
| | | |
| | | | |
into mysql.com:/home/gluh/MySQL/Merge/5.0-opt
|
| | | | |
|
| | | | |
|
| | |\ \
| | | |/
| | | |
| | | | |
into mysql.com:/home/gluh/MySQL/Merge/5.0-opt
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | | |
into stella.local:/home2/mydev/mysql-5.1-axmrg
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Updated the test due to bug 32167
Corrected spelling of error message
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |/ /
| | |
| | | |
into mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.1-engines
|
| |\ \
| | |/
| | |
| | | |
into mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.0-engines
|
| | |
| | |
| | |
| | | |
Use proper variable for test.
|
|\ \ \
| |/ /
| | |
| | | |
into mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.1-engines
|
| |\ \
| | |/
| | |
| | | |
into mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.0-engines
|
| | | |
|
| | |\
| | | |
| | | |
| | | | |
into mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-4.1-engines
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | | |
Minor fix for test case of bug #29325 to make emb test happy.
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
into gleb.loc:/home/uchum/work/bk/5.1-opt
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
into maint1.mysql.com:/data/localhome/msvensson/mysql-5.1-new-maint
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
into siva.hindu.god:/usr/home/tim/m/bk/51
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
into siva.hindu.god:/usr/home/tim/m/bk/51
|
| |\ \ \
| | |/ /
| | | |
| | | | |
into siva.hindu.god:/usr/home/tim/m/bk/50
|
| | | |
| | | |
| | | |
| | | | |
not updated.
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
into kpdesk.mysql.com:/home/thek/dev/bug17489/my51-bug17498
|
| |\ \ \
| | |/ /
| | | |
| | | | |
into kpdesk.mysql.com:/home/thek/dev/bug17489/my50-bug17498
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |\ \ \
| | |/ / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into chilla.local:/home/mydev/mysql-5.1-ateam
|