summaryrefslogtreecommitdiff
path: root/sql/time.cc
Commit message (Expand)AuthorAgeFilesLines
* Updated/added copyright headersKent Boortz2011-06-301-2/+3
* Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-4/+4
* Bug #29536: timestamp inconsistent in replication around 1970unknown2007-08-061-1/+1
* Backport of TIME->MYSQL_TIME / Y2K fixsetunknown2007-05-161-18/+20
* my_strtoll10-x86.s:unknown2006-12-311-1/+1
* Many files:unknown2006-12-231-2/+1
* Merge alik.:/mnt/raid/alik/MySQL/devel/5.0-rtunknown2006-11-071-3/+3
|\
| * Merge polly.local:/tmp/maint/bug11655/my41-bug11655unknown2006-10-111-3/+3
| |\
| | * Fixes a number of problems with time/datetime <-> string conversion functions:unknown2006-10-041-3/+3
* | | Merge mysql.com:/home/cps/mysql/trees/4.1-runtime-bug9191unknown2006-11-011-6/+3
|\ \ \ | |/ / |/| |
| * | Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1"unknown2006-11-011-6/+3
| |/
| * Bug#20729: Bad date_format() call makes mysql server crashunknown2006-07-111-1/+1
* | Fixes during review of new pushed codeunknown2005-07-311-1/+1
* | Don't use -lsupc++ with gcc 3.3 and below as this gives linking problems when...unknown2005-04-041-1/+2
* | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902)unknown2005-04-011-3/+3
* | Data truncation reporting implementation (libmysql) + post reviewunknown2004-12-161-162/+0
* | merge with 4.1unknown2004-10-291-56/+3
|\ \ | |/
| * A fix and test case for Bug#6049 "Loss of sign when using prepared unknown2004-10-161-56/+3
* | Strict mode & better warningsunknown2004-09-281-19/+24
|/
* WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --pos...unknown2004-07-291-157/+0
* Fix for Bug#4030 "Client side conversion string -> date type doesn't unknown2004-06-241-557/+28
* Unused variables removed (many files).unknown2004-06-211-2/+0
* WL#1264 "Per-thread time zone support infrastructure".unknown2004-06-181-64/+235
* Fix skipp -> skip once and for all.unknown2004-06-031-1/+1
* Support for character set conversion in binary protocol: another gounknown2004-05-251-3/+119
* A comment for str_to_datetime().unknown2004-05-201-0/+14
* A fix (Bug #3728: Missing warning in 4.1).unknown2004-05-181-1/+1
* Fix for valgrind errors in str_to_TIME(using of uninitialize variable).unknown2004-03-181-1/+4
* Task #835: additional changes fot str_to_dateunknown2004-03-151-16/+64
* Merge with 4.0.18unknown2004-02-111-8/+10
|\
| * Fix for bug #2523 '"func_time" test fails on QNX'.unknown2004-01-301-8/+11
* | Merge with 4.0.17unknown2003-12-171-20/+52
|\ \ | |/
| * Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-1/+3
| * WL#1175: more default_week_formats for iso compatibilityunknown2003-12-071-19/+49
* | Merge key cache structures to oneunknown2003-11-201-1/+0
* | Fixed access to uninitialized memory in protocol::store_timeunknown2003-11-041-1/+2
* | Removed some warnings reported by valgrindunknown2003-11-041-7/+13
* | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...unknown2003-11-031-275/+610
* | Scrum task 835 - text-to-datetime conversion functionunknown2003-10-201-43/+285
* | SAPDB date/time finctionsunknown2003-07-081-0/+1
* | Merge gluh@gw:/home/bk/mysql-4.1unknown2003-06-231-1/+12
|\ \
| * | Internal commitunknown2003-06-231-1/+12
* | | Merge with 4.0.13unknown2003-06-041-21/+35
|\ \ \ | |/ / |/| / | |/
| * Fixed problem with mysql prompt when server disconnect. (Bug 356)unknown2003-05-271-21/+35
* | Merge with 4.0.13unknown2003-05-191-141/+2
|\ \ | |/
| * Fixed that reading a DATE string of 000000 is interpreted as 0000-00-00 inste...unknown2003-05-051-140/+2
* | Fixed problem when connecting to user without a password.unknown2003-02-141-2/+4
* | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-9/+27
* | Move latin1 into a separarte fileunknown2003-01-291-20/+20
* | less use of system_charset_infounknown2002-12-191-24/+24