An error occurred fetching the project authors.
- 26 Aug, 2008 1 commit
-
-
Alexey Botchkov authored
-
- 22 Aug, 2008 1 commit
-
-
Alexey Botchkov authored
test_if_data_home_dir fixed to look into real path. Checks added to mi_open for symlinks into data home directory. per-file messages: include/my_sys.h Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. my_is_symlink interface added include/myisam.h Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. myisam_test_invalid_symlink interface added myisam/mi_check.c Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. mi_open_datafile calls modified myisam/mi_open.c Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. code added to mi_open to check for symlinks into data home directory. mi_open_datafile now accepts 'original' file path to check if it's an allowed symlink. myisam/mi_static.c Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. myisam_test_invlaid_symlink defined myisam/myisamchk.c Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. mi_open_datafile call modified myisam/myisamdef.h Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. mi_open_datafile interface modified - 'real_path' parameter added mysql-test/r/symlink.test Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. error codes corrected as some patch now rejected pointing inside datahome mysql-test/r/symlink.result Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. error messages corrected in the result mysys/my_symlink.c Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. my_is_symlink() implementsd my_realpath() now returns the 'realpath' even if a file isn't a symlink sql/mysql_priv.h Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. test_if_data_home_dir interface sql/mysqld.cc Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. myisam_test_invalid_symlik set with the 'test_if_data_home_dir' sql/sql_parse.cc Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. error messages corrected test_if_data_home_dir code fixed
-
- 17 Mar, 2008 1 commit
-
-
mattiasj@witty. authored
Updated the test due to bug 32167 Corrected spelling of error message
-
- 14 Mar, 2008 1 commit
-
-
istruewing@stella.local authored
-
- 03 Mar, 2008 1 commit
-
-
gluh@mysql.com/mgluh.(none) authored
-
- 29 Feb, 2008 4 commits
-
-
gluh@mysql.com/eagle.(none) authored
-
gluh@mysql.com/eagle.(none) authored
-
gluh@mysql.com/eagle.(none) authored
-
gluh@mysql.com/eagle.(none) authored
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.
-
- 28 Feb, 2008 1 commit
-
-
gluh@mysql.com/eagle.(none) authored
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
-
- 07 Dec, 2007 1 commit
-
-
svoj@mysql.com/june.mysql.com authored
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.
-
- 12 Nov, 2007 1 commit
-
-
svoj@mysql.com/june.mysql.com authored
Use proper variable for test.
-
- 06 Nov, 2007 1 commit
-
-
svoj@mysql.com/june.mysql.com authored
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.
-
- 13 Jul, 2007 3 commits
-
-
gshchepa/uchum@gleb.loc authored
Minor fix for test case of bug #29325 to make emb test happy.
-
gkodinov/kgeorge@magare.gmz authored
-
gkodinov/kgeorge@magare.gmz authored
-
- 25 Apr, 2007 1 commit
-
-
tsmith@quadxeon.mysql.com authored
-
- 01 Feb, 2007 1 commit
-
-
gluh@mysql.com/eagle.(none) authored
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
-
- 19 Jan, 2007 1 commit
-
-
msvensson@pilot.mysql.com authored
-
- 17 Jan, 2007 1 commit
-
-
msvensson@pilot.mysql.com authored
Bug #25000 myisam.test fails on 'pb-valgrind-*' Valgrind - Move tests that need symlink to symlink.test
-
- 18 Dec, 2006 1 commit
-
-
msvensson@maint1.mysql.com authored
-
- 14 Dec, 2006 2 commits
-
-
tsmith/tim@siva.hindu.god authored
-
thek@kpdesk.mysql.com authored
- 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.
-
- 24 Jan, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 08 Dec, 2005 1 commit
-
-
kent@mysql.com authored
Bug#14960, reverted code to make symdir work on Windows symlink.test: Disabled test case on Windows
-
- 28 Jul, 2005 1 commit
-
-
monty@mysql.com authored
-
- 03 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 02 Mar, 2005 1 commit
-
-
ingo@mysql.com authored
After merge fix. The bugfix results in a different error message in this situation.
-
- 23 Feb, 2005 1 commit
-
-
jimw@mysql.com authored
is the same as the normal datadir for that database. (Bug #8707)
-
- 18 Jan, 2005 2 commits
-
-
jimw@mysql.com authored
out-of-sync test and result.
-
monty@mysql.com authored
-
- 17 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 12 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Fixed problem with char > 128 in QUOTE() function. (Bug #1868) Disable creation of symlinks if my_disable_symlink is set Fixed searching of TEXT with end space. (Bug #1651) Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711) Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998) Fixed timestamp.test
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (IRIX C compiler and VC++)
-
- 03 Nov, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats. This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings Changed flag argument to str_to_TIME() and get_date() from bool to uint Removed THD from str_to_xxxx functions and Item class. Fixed core dump when doing --print-defaults Move some common string functions to strfunc.cc Dates as strings are now of type my_charset_bin instead of default_charset() Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128) Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums Renamed some TIMESTAMP_xxx enums to more appropriate names Use defines instead of integers for date/time/datetime string lengths Added to build system and use the new my_strtoll10() function.
-
- 25 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed deadlock bug when doing resize of key buffer while key buffer was in active use
-
- 03 Jul, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Tests cleanup (put drop database first in tests)
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 28 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Portability fixes.
-