summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revert a suggested "optimization" that introduced a bugSergei Golubchik2011-06-0667-1110/+1556
* innodb compatibility fixSergei Golubchik2011-05-263-4/+15
* fix for double or decimal to datetime conversionSergei Golubchik2011-05-263-1/+7
* unix_timestamp() and from_unixtime() supports microseconds.Sergei Golubchik2011-05-229-66/+133
* commentsSergei Golubchik2011-05-217-28/+43
* db_low_byte_first is goneSergei Golubchik2011-05-2015-691/+251
* microseconds in log tables:Sergei Golubchik2011-05-199-125/+112
* post review changes 2Sergei Golubchik2011-05-1935-440/+461
* many changes to my_getsystime.c:Sergei Golubchik2011-05-1910-100/+60
* post-review changes 1Sergei Golubchik2011-05-1932-107/+378
* Fix my_hrtime() on Windows to return microseconds since Unix epoch.Vladislav Vaintroub2011-04-191-1/+2
* lp:750117 Bogus warning with aggregate and datetime columnSergei Golubchik2011-04-185-4/+80
* fix compilation warningSergei Golubchik2011-04-031-1/+1
* lp:743017 Diverging results with TIME(3) and ranges depending on the executio...Sergei Golubchik2011-03-2912-192/+134
* bugfix: datetime(X) and time(X) were taking one byte more than necessary forSergei Golubchik2011-03-281-4/+8
* lp:705210 Compiling with BUILD/compile-pentium64-debug failsSergei Golubchik2011-03-2612-84/+84
* fixes for funcs_1 suiteSergei Golubchik2011-03-2417-2442/+2452
* mergeVladislav Vaintroub2011-03-241-1/+1
|\
| * lp:740958 5.1-micro can not handle prepared statements with timestamps involv...Sergei Golubchik2011-03-231-4/+3
* | Fix compilation on Windows:Vladislav Vaintroub2011-03-249-24/+27
* | lp:740958 5.1-micro can not handle prepared statements with timestamps involv...Sergei Golubchik2011-03-231-4/+3
|/
* lp:740173 5.1-micro reports incorrect Length metadata for TIME expressionsSergei Golubchik2011-03-233-1/+15
* ps-protocol fixSergei Golubchik2011-03-192-6/+0
* lp:738091 cast(timestamp() AS time returns NULL for 0000-00-00 00:00:00 in 5...Sergei Golubchik2011-03-193-6/+29
* lp:738067 Crash in get_datetime_value() in 5.1-microSergei Golubchik2011-03-193-0/+9
* lp:737496 Assertion `(was_cut & 1) == 0' failed in Field_temporal::store_TIME...Sergei Golubchik2011-03-183-3/+17
* lp:737474 Wrong result with DAY(COALESCE(NULL)) in 5.1-microSergei Golubchik2011-03-183-1/+9
* lp:737450 Second Assertion `item->null_value' failed in 5.1-microSergei Golubchik2011-03-184-9/+21
* lp:737458 Casting dates and times into integers works differently in 5.1-microSergei Golubchik2011-03-183-1/+16
* number to time comparisonSergei Golubchik2011-03-183-2/+28
* lp:737111 Different behavior for TIMESTAMPADD with 0000-00-00 argument in 5.1...Sergei Golubchik2011-03-184-5/+29
* lp:737104 Crash in DTCollation::set in 5.1-microSergei Golubchik2011-03-174-2/+25
* lp:737092 Assertion `item->null_value' failed in get_datetime_value in 5.1-microSergei Golubchik2011-03-174-0/+25
* lp:736370 Datetime functions in subquery context cause wrong result and bogus...Sergei Golubchik2011-03-173-4/+5
* lp:736791 Crash in make_truncated_value_warningwith LEAST()/GREATEST/COALESCESergei Golubchik2011-03-173-2/+35
* * fix for ALTER TABLE ... MODIFY timestamp->timestamp.Sergei Golubchik2011-03-177-11/+37
* lp:736358 Unexpected increased timestamp resolution with UNIONSergei Golubchik2011-03-173-0/+36
* lp:731815 Crash/valgrind warning Item::send with 5.1-microSergei Golubchik2011-03-093-1/+23
* lp:731089 Crash in Field_time_hires::pack_length on CREATE TABLE TIME(3)Sergei Golubchik2011-03-091-0/+3
* lp:731229 Different results depending on table access method with TIME column...Sergei Golubchik2011-03-088-10/+83
* lp:731124 Loss of precision on DISTINCTSergei Golubchik2011-03-0811-32/+64
* lp:731103 Assertion `maybe_null && item->null_value' failed with ORDER BY LAS...Sergei Golubchik2011-03-084-2/+42
* followup for lp:730637Sergei Golubchik2011-03-073-20/+14
* lp:730637 - Valgrind warnings in 5.1-microSergei Golubchik2011-03-077-11/+46
* lp:730627 TIME_to_ulonglong: Assertion `0' failed in 5.1-micro on wrong argum...Sergei Golubchik2011-03-073-1/+9
* wl#173 - temporal types with sub-second resolutionSergei Golubchik2011-03-01126-3907/+5656
* we don't support longlong less than 8 bytesSergei Golubchik2011-02-231-3/+3
* missing DBUG_RETURNSergei Golubchik2011-02-231-1/+2
* bug in the test case fixedSergei Golubchik2011-02-012-2/+2
* merge 5.1 to 5.1-securityGeorgi Kodinov2010-11-250-0/+0
|\