summaryrefslogtreecommitdiff
path: root/mysql-test/t/symlink.test
Commit message (Collapse)AuthorAgeFilesLines
* Use MYSQLTEST_VARDIR variablemsvensson@maint1.mysql.com2006-12-181-4/+4
|
* Merge siva.hindu.god:/usr/home/tim/m/bk/41tsmith/tim@siva.hindu.god2006-12-141-1/+3
|\ | | | | | | 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-1/+1
| | | | | | | | not updated.
* | Merge kpdesk.mysql.com:/home/thek/dev/bug17489/my41-bug17498thek@kpdesk.mysql.com2006-12-141-0/+37
|\ \ | |/ | | | | 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/+37
| | | | | | | | | | | | | | | | | | 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.
* | Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_varmsvensson@neptunus.(none)2006-01-241-13/+13
|\ \ | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var-integration
| * | Make it possible to run mysql-test-run.pl with default test suite in ↵msvensson@neptunus.(none)2006-01-241-13/+13
| | | | | | | | | | | | different vardir.
* | | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1kent@mysql.com2005-12-081-0/+2
|\ \ \ | |/ / |/| / | |/ into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
| * mysqld.cc:kent@mysql.com2005-12-081-0/+2
| | | | | | | | | | | | Bug#14960, reverted code to make symdir work on Windows symlink.test: Disabled test case on Windows
* | Merge mysql.com:/home/my/mysql-4.1monty@mysql.com2005-07-281-0/+2
|\ \ | |/ | | | | into mysql.com:/home/my/mysql-5.0
| * Added end marker for tests to make future merges easiermonty@mysql.com2005-07-281-0/+2
| |
* | Merged from 4.1jimw@mysql.com2005-03-031-0/+15
|\ \ | |/
| * Fix symlink test to avoid filenames with pathsjimw@mysql.com2005-03-031-0/+4
| |
| * Don't try to create a symlink if the DATA DIRECTORY specified for a tablejimw@mysql.com2005-02-231-0/+11
| | | | | | | | is the same as the normal datadir for that database. (Bug #8707)
* | Bug#8306 - TRUNCATE leads to index corruptioningo@mysql.com2005-03-021-1/+1
| | | | | | | | | | After merge fix. The bugfix results in a different error message in this situation.
* | Fix test results from merge, and fix the symlink test which had anjimw@mysql.com2005-01-181-2/+2
| | | | | | | | out-of-sync test and result.
* | After merge fixesmonty@mysql.com2005-01-181-2/+8
|/
* changed to moderm syntax (after merge fix)bell@sanja.is.com.ua2004-02-171-1/+1
|
* Merge with 4.0.17monty@mysql.com2003-12-171-0/+22
|\
| * Fix autoincrement for signed columns (Bug #1366)monty@mysql.com2003-12-121-0/+22
| | | | | | | | | | | | | | | | | | 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
* | WorkLog#1323antony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-101-6/+6
| | | | | | | | Deprecate the use of TYPE=... Preferred syntax is ENGINE=
* | Merge key cache structures to onemonty@mysql.com2003-11-201-2/+2
| | | | | | | | Fixed compiler warnings (IRIX C compiler and VC++)
* | Simplified 'wrong xxx name' error messages by introducing 'general' ↵monty@narttu.mysql.fi2003-11-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ER_WRONG_NAME error 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.
* | merge with 4.0.15monty@narttu.mysql.fi2003-08-291-0/+2
|\ \ | |/
| * Better fix for myisamchk --sort-index on windowsmonty@narttu.mysql.fi2003-08-251-0/+2
| | | | | | | | Fixed deadlock bug when doing resize of key buffer while key buffer was in active use
* | Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-11/+11
|\ \ | |/
| * Cleaner implementation if INSERT ... SELECT with same tablesmonty@narttu.mysql.fi2003-07-031-12/+13
| | | | | | | | Tests cleanup (put drop database first in tests)
* | Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-1/+5
|/ | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
* Fix for IO_CACHE.monty@hundin.mysql.fi2001-11-281-5/+12
| | | | Portability fixes.
* Symlinking of tables should not work.monty@hundin.mysql.fi2001-06-051-0/+82
Fixed error number handling bug in mysqltest. Fixed that error number from insert delayed is reported correctly. merged new vio code with old violite code.