Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Portablity fix. | dlenev@brandersnatch.localdomain | 2004-08-17 | 1 | -3/+8 |
* | Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ... | dlenev@brandersnatch.localdomain | 2004-08-10 | 1 | -9/+19 |
* | Fix for bug #4756 "STR_TO_DATE() returning bad results with AM/PM". | dlenev@brandersnatch.localdomain | 2004-08-06 | 1 | -30/+110 |
* | Fix for Bug#4030 "Client side conversion string -> date type doesn't | konstantin@mysql.com | 2004-06-24 | 1 | -32/+34 |
* | WL#1264 "Per-thread time zone support infrastructure". | dlenev@brandersnatch.localdomain | 2004-06-18 | 1 | -95/+197 |
* | Support for character set conversion in binary protocol: another go | konstantin@mysql.com | 2004-05-25 | 1 | -55/+22 |
* | Portability fixes | monty@mysql.com | 2004-05-07 | 1 | -1/+1 |
* | after merge fixes | monty@mysql.com | 2004-05-05 | 1 | -2/+3 |
* | Merge with 4.0.19 | monty@mysql.com | 2004-05-05 | 1 | -65/+72 |
|\ | |||||
| * | compatibility fix. warning removed | serg@serg.mylan | 2004-05-03 | 1 | -4/+4 |
| * | Fixed http address in some scripts (Bug #3460) | monty@mysql.com | 2004-04-28 | 1 | -44/+47 |
* | | Fix for #3264 (FROM_DAYS doesn't work properly in range comparison) | hf@deer.(none) | 2004-03-23 | 1 | -0/+1 |
* | | DBUG_ASSERT(fixed == 1); added to val* | bell@sanja.is.com.ua | 2004-03-18 | 1 | -1/+43 |
* | | Task #835: additional changes fot str_to_date | gluh@gluh.mysql.r18.ru | 2004-03-15 | 1 | -67/+220 |
* | | Ensure that result from date_format() is binary | monty@mysql.com | 2004-02-09 | 1 | -3/+8 |
* | | Problem fix: | bar@bar.intranet.mysql.r18.ru | 2004-02-06 | 1 | -2/+3 |
* | | Bug 2202: CAST from binary to char still returns a binary string | bar@bar.intranet.mysql.r18.ru | 2003-12-25 | 1 | -0/+2 |
* | | Merge with 4.0.17 | monty@mysql.com | 2003-12-17 | 1 | -18/+55 |
|\ \ | |/ | |||||
| * | WL#1175: more default_week_formats for iso compatibility | gluh@gluh.mysql.r18.ru | 2003-12-07 | 1 | -16/+52 |
* | | Added missing SSL library (Should be in source distribution) | monty@mysql.com | 2003-11-28 | 1 | -3/+3 |
* | | Update VC++ files | monty@mysql.com | 2003-11-21 | 1 | -15/+15 |
* | | Merge key cache structures to one | monty@mysql.com | 2003-11-20 | 1 | -4/+3 |
* | | WL#1253: LAST_DAY | gluh@gluh.mysql.r18.ru | 2003-11-17 | 1 | -0/+16 |
* | | Merge | monty@narttu.mysql.fi | 2003-11-03 | 1 | -526/+520 |
|\ \ | |||||
| * | | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_... | monty@narttu.mysql.fi | 2003-11-03 | 1 | -526/+520 |
* | | | after review fix | bell@sanja.is.com.ua | 2003-11-03 | 1 | -3/+3 |
* | | | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(... | bell@sanja.is.com.ua | 2003-10-30 | 1 | -15/+18 |
* | | | Merge | bell@sanja.is.com.ua | 2003-10-22 | 1 | -3/+75 |
|\ \ \ | |/ / |/| | | |||||
| * | | fixed printability of Items (all items except subselects) | bell@laptop.sanja.is.com.ua | 2003-10-12 | 1 | -3/+75 |
* | | | Scrum task 835 - text-to-datetime conversion function | gluh@gluh.mysql.r18.ru | 2003-10-20 | 1 | -370/+751 |
|/ / | |||||
* | | CAST(expr AS CHAR(10)) is now working | bar@bar.mysql.r18.ru | 2003-08-21 | 1 | -0/+53 |
* | | merge | monty@mashka.mysql.fi | 2003-08-19 | 1 | -43/+105 |
|\ \ | |||||
| * | | Implemented UTC_TIME, UTC_DATE and UTC_TIMESTAMP functions (WL#345) | dlenev@dlenev.mshome | 2003-08-11 | 1 | -43/+105 |
* | | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -6/+20 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Bug #792 combination of date-interval and between with mixed constant and non... | serg@serg.mylan | 2003-08-06 | 1 | -6/+4 |
| * | Bugfix for #614 | hf@deer.(none) | 2003-06-11 | 1 | -0/+16 |
* | | Old style charset() and set_charset() were removed. | bar@bar.mysql.r18.ru | 2003-08-05 | 1 | -4/+4 |
* | | Fix bug: mysqld crashes on func_sapdb test. | gluh@gluh.mysql.r18.ru | 2003-07-15 | 1 | -1/+1 |
* | | SAPDB date/time finctions | gluh@gluh.mysql.r18.ru | 2003-07-08 | 1 | -160/+162 |
* | | Internal commit | gluh@gluh.mysql.r18.ru | 2003-06-23 | 1 | -26/+508 |
* | | CHARSET_INFO structure reorganization for easier maintainance | bar@bar.mysql.r18.ru | 2003-05-23 | 1 | -5/+5 |
* | | Strings which appear without charset context, | bar@bar.mysql.r18.ru | 2003-03-03 | 1 | -14/+14 |
* | | Move latin1 into a separarte file | bar@bar.mysql.r18.ru | 2003-01-29 | 1 | -23/+23 |
* | | Updates for multi-byte character sets | monty@mashka.mysql.fi | 2003-01-14 | 1 | -1/+1 |
* | | removed several cases of default_charset_info use | bar@bar.mysql.r18.ru | 2002-12-19 | 1 | -13/+14 |
* | | fixed subselect null test | bell@sanja.is.com.ua | 2002-12-15 | 1 | -1/+1 |
* | | Fixes for binary protocol (complement to last push) | monty@mashka.mysql.fi | 2002-12-14 | 1 | -10/+48 |
* | | Merge with 4.0.6 | monty@mashka.mysql.fi | 2002-12-05 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Change of internal key_field=NULL handling to avoid error messages. | monty@hundin.mysql.fi | 2002-12-03 | 1 | -2/+2 |
* | | Merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 1 | -3/+16 |
|\ \ | |/ |