Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merging fix | holyfoot/hf@mysql.com/hfmain.(none) | 2007-04-29 | 1 | -1/+3 |
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 | jani@ua141d10.elisa.omakaista.fi | 2007-04-10 | 1 | -23/+25 |
|\ | |||||
| * | Removed not used define YY_MAGIC_BELOW | monty@mysql.com/narttu.mysql.fi | 2007-03-23 | 1 | -23/+25 |
* | | Bug #27638: slow logging to CSV table inserts bad query_time and lock_time va... | tsmith@quadxeon.mysql.com | 2007-04-04 | 1 | -0/+5 |
|/ | |||||
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0 | kent@kent-amd64.(none) | 2006-12-31 | 1 | -1/+1 |
|\ | |||||
| * | my_strtoll10-x86.s: | kent@mysql.com/kent-amd64.(none) | 2006-12-31 | 1 | -1/+1 |
* | | Merge mysql.com:/home/kent/bk/main/mysql-5.0 | kent@kent-amd64.(none) | 2006-12-23 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Many files: | kent@mysql.com/kent-amd64.(none) | 2006-12-23 | 1 | -2/+1 |
| * | Merge alik.:/mnt/raid/alik/MySQL/devel/5.0-rt | anozdrin/alik@alik. | 2006-11-07 | 1 | -3/+3 |
| |\ | |||||
* | \ | Merge alik.:/mnt/raid/alik/MySQL/devel/5.1 | anozdrin/alik@alik. | 2006-11-07 | 1 | -4/+15 |
|\ \ \ | |||||
| * \ \ | Merge polly.local:/tmp/maint/bug11655/my51-bug11655 | kaa@polly.local | 2006-10-12 | 1 | -3/+3 |
| |\ \ \ | |||||
| | * \ \ | Merge polly.local:/tmp/maint/bug11655/my50-bug11655 | kaa@polly.local | 2006-10-11 | 1 | -3/+3 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Merge polly.local:/tmp/maint/bug11655/my41-bug11655 | kaa@polly.local | 2006-10-11 | 1 | -3/+3 |
| | | |\ \ | |||||
| | | | * | | Fixes a number of problems with time/datetime <-> string conversion functions: | kaa@polly.local | 2006-10-04 | 1 | -3/+3 |
| * | | | | | BUG#21811 Odd casting with date + INTERVAL arithmetic | Kristofer.Pettersson@naruto. | 2006-10-11 | 1 | -1/+12 |
| |/ / / / | |||||
* | | | | | Merge mysql.com:/home/cps/mysql/trees/5.0-runtime-bug9191 | petr/cps@owlet.local | 2006-11-01 | 1 | -6/+3 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | Merge mysql.com:/home/cps/mysql/trees/4.1-runtime-bug9191 | petr/cps@mysql.com/owlet.local | 2006-11-01 | 1 | -6/+3 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1" | petr/cps@mysql.com/owlet.local | 2006-11-01 | 1 | -6/+3 |
| | |/ | |||||
| | * | Bug#20729: Bad date_format() call makes mysql server crash | cmiller@zippy.(none) | 2006-07-11 | 1 | -1/+1 |
* | | | After merge fixes. | ingo@chilla.local | 2006-07-06 | 1 | -2/+3 |
* | | | manual merge | andrey@lmy004. | 2006-06-20 | 1 | -0/+56 |
|\ \ \ | |||||
| * | | | forgot to event_timed.h | andrey@lmy004. | 2006-06-20 | 1 | -21/+21 |
| * | | | Reorganize, physically the events code | andrey@lmy004. | 2006-06-08 | 1 | -0/+56 |
* | | | | Fixed some issues found by valgrind | monty@mysql.com | 2006-06-06 | 1 | -0/+1 |
|/ / / | |||||
* | | | fix for bug #17494 (The algorithm for calculating execution times is not full... | andrey@lmy004. | 2006-04-07 | 1 | -0/+76 |
* | | | - fix bug #16435 (Weekly events execute every second) (WL#1034 Internal CRON) | andrey@lmy004. | 2006-01-18 | 1 | -0/+108 |
* | | | Fix for bug#8294 Traditional: Misleading error message for invalid CAST to DATE | gluh@eagle.intranet.mysql.r18.ru | 2005-12-02 | 1 | -3/+9 |
|/ / | |||||
* | | Fixes during review of new pushed code | monty@mishka.local | 2005-07-31 | 1 | -1/+1 |
* | | Don't use -lsupc++ with gcc 3.3 and below as this gives linking problems when... | monty@mysql.com | 2005-04-04 | 1 | -1/+2 |
* | | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902) | monty@mysql.com | 2005-04-01 | 1 | -3/+3 |
* | | Data truncation reporting implementation (libmysql) + post review | konstantin@mysql.com | 2004-12-16 | 1 | -162/+0 |
* | | merge with 4.1 | monty@mysql.com | 2004-10-29 | 1 | -56/+3 |
|\ \ | |/ | |||||
| * | A fix and test case for Bug#6049 "Loss of sign when using prepared | konstantin@mysql.com | 2004-10-16 | 1 | -56/+3 |
* | | Strict mode & better warnings | monty@mishka.local | 2004-09-28 | 1 | -19/+24 |
|/ | |||||
* | WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --pos... | guilhem@mysql.com | 2004-07-29 | 1 | -157/+0 |
* | Fix for Bug#4030 "Client side conversion string -> date type doesn't | konstantin@mysql.com | 2004-06-24 | 1 | -557/+28 |
* | Unused variables removed (many files). | konstantin@mysql.com | 2004-06-21 | 1 | -2/+0 |
* | WL#1264 "Per-thread time zone support infrastructure". | dlenev@brandersnatch.localdomain | 2004-06-18 | 1 | -64/+235 |
* | Fix skipp -> skip once and for all. | paul@kite-hub.kitebird.com | 2004-06-03 | 1 | -1/+1 |
* | Support for character set conversion in binary protocol: another go | konstantin@mysql.com | 2004-05-25 | 1 | -3/+119 |
* | A comment for str_to_datetime(). | ram@gw.mysql.r18.ru | 2004-05-20 | 1 | -0/+14 |
* | A fix (Bug #3728: Missing warning in 4.1). | ram@gw.mysql.r18.ru | 2004-05-18 | 1 | -1/+1 |
* | Fix for valgrind errors in str_to_TIME(using of uninitialize variable). | gluh@gluh.mysql.r18.ru | 2004-03-18 | 1 | -1/+4 |
* | Task #835: additional changes fot str_to_date | gluh@gluh.mysql.r18.ru | 2004-03-15 | 1 | -16/+64 |
* | Merge with 4.0.18 | monty@mysql.com | 2004-02-11 | 1 | -8/+10 |
|\ | |||||
| * | Fix for bug #2523 '"func_time" test fails on QNX'. | dlenev@mysql.com | 2004-01-30 | 1 | -8/+11 |
* | | Merge with 4.0.17 | monty@mysql.com | 2003-12-17 | 1 | -20/+52 |
|\ \ | |/ | |||||
| * | Fix autoincrement for signed columns (Bug #1366) | monty@mysql.com | 2003-12-12 | 1 | -1/+3 |
| * | WL#1175: more default_week_formats for iso compatibility | gluh@gluh.mysql.r18.ru | 2003-12-07 | 1 | -19/+49 |
* | | Merge key cache structures to one | monty@mysql.com | 2003-11-20 | 1 | -1/+0 |