| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| | |
into siva.hindu.god:/usr/home/tim/m/bk/50
|
| |
| |
| |
| | |
not updated.
|
|\ \
| |/
| |
| | |
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 neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var-integration
|
| | |
| | |
| | |
| | | |
different vardir.
|
|\ \ \
| |/ /
|/| /
| |/ |
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
|
| |
| |
| |
| |
| |
| | |
Bug#14960, reverted code to make symdir work on Windows
symlink.test:
Disabled test case on Windows
|
|\ \
| |/
| |
| | |
into mysql.com:/home/my/mysql-5.0
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
is the same as the normal datadir for that database. (Bug #8707)
|
| |
| |
| |
| |
| | |
After merge fix.
The bugfix results in a different error message in this situation.
|
| |
| |
| |
| | |
out-of-sync test and result.
|
|/ |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
|
| |
| |
| |
| | |
Fixed compiler warnings (IRIX C compiler and VC++)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Fixed deadlock bug when doing resize of key buffer while key buffer was in active use
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Tests cleanup (put drop database first in tests)
|
|/
|
|
|
|
| |
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names.
changed store_warning() -> push_warning_print()
|
|
|
|
| |
Portability fixes.
|
|
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.
|