Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed BUG#18949: Test case sp-goto is disabled | pem@mysql.com | 2006-04-18 | 1 | -7/+0 |
* | WL#2645 (CHECK TABLE FOR UPGRADE) | holyfoot@deer.(none) | 2006-02-17 | 1 | -0/+1 |
* | Background: | pem@mysql.com | 2005-11-17 | 1 | -0/+1 |
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 | sergefp@mysql.com | 2005-08-25 | 1 | -0/+1 |
|\ | |||||
| * | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE... | sergefp@mysql.com | 2005-08-25 | 1 | -0/+1 |
* | | Make SYSDATE() behave as in Oracle: always the current datetime, not the | jimw@mysql.com | 2005-08-24 | 1 | -1/+1 |
|/ | |||||
* | Add SLEEP(seconds) function, which always returns 0 after the given | jimw@mysql.com | 2005-08-11 | 1 | -0/+1 |
* | Fix for bugs #5892/6182/8751/8758/10994 (based on Antony's patch) | dlenev@mysql.com | 2005-07-19 | 1 | -0/+1 |
* | Disabled the GOTO feature. (It's non-standard and undocumented.) | pem@mysql.com | 2005-07-01 | 1 | -0/+5 |
* | BUG#3190 fix (request for STDDEV_SAMP, VAR_SAMP). | svoj@mysql.com | 2005-02-25 | 1 | -0/+4 |
* | manually merged | serg@serg.mylan | 2005-02-14 | 1 | -1/+8 |
|\ | |||||
| * | XA (not completely polished out yet) | serg@serg.mylan | 2005-01-16 | 1 | -1/+8 |
* | | WL#1967 | acurtis@pcgem.rdg.cyberkinetica.com | 2005-02-01 | 1 | -0/+2 |
* | | Introduce ROW_TYPE=REDUNDANT and ROW_TYPE=COMPACT for InnoDB table formats | marko@hundin.mysql.fi | 2005-01-07 | 1 | -0/+2 |
* | | Manual merge. | dlenev@mysql.com | 2004-12-31 | 1 | -0/+1 |
|\ \ | |||||
| * \ | Manual merge of patch implementing WL#1339 with main tree. | dlenev@mysql.com | 2004-12-29 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | WL#1339 "Add per account max_user_connections limit (maximum number | dlenev@brandersnatch.localdomain | 2004-12-29 | 1 | -0/+1 |
| | |/ | |||||
* | | | Merge bk-internal:/home/bk/mysql-5.0 | vtkachenko@intelp4d.mysql.com | 2004-12-31 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Many files: | vtkachenko@intelp4d.mysql.com | 2004-12-24 | 1 | -1/+1 |
| * | | logging_ok: | vtkachenko@intelp4d.mysql.com | 2004-12-24 | 1 | -0/+1 |
| |/ | |||||
* | | WL#925 - Privileges for stored routines | acurtis@pcgem.rdg.cyberkinetica.com | 2004-12-23 | 1 | -0/+1 |
|/ | |||||
* | WL#638 - Fix precedence for parsing NOT ... LIKE expression s | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2004-11-17 | 1 | -3/+4 |
* | Mainly resolving Guilhem's 4.1 patch to 5.0 | brian@avenger.(none) | 2004-11-11 | 1 | -6/+65 |
* | WL#1596 "make mysqldump --master-data --single-transaction able to do online ... | guilhem@mysql.com | 2004-11-10 | 1 | -0/+2 |
* | Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ... | dlenev@brandersnatch.localdomain | 2004-08-10 | 1 | -1/+1 |
* | merged | serg@serg.mylan | 2004-06-23 | 1 | -1/+1 |
|\ | |||||
| * | handler interface cleanups: | serg@serg.mylan | 2004-06-23 | 1 | -1/+1 |
* | | WL#1264 "Per-thread time zone support infrastructure". | dlenev@brandersnatch.localdomain | 2004-06-18 | 1 | -0/+1 |
* | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 | sergefp@mysql.com | 2004-06-04 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Implementation of WL#1824 "Add replication of character set variables in 4.1", | guilhem@mysql.com | 2004-06-03 | 1 | -0/+1 |
* | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 | sergefp@mysql.com | 2004-04-28 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | Added NDB storage engine | magnus@neptunus.(none) | 2004-04-15 | 1 | -3/+5 |
* | | Post-merge fixes | sergefp@mysql.com | 2004-04-05 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | Many files: | sergefp@mysql.com | 2004-04-05 | 1 | -0/+2 |
* | | WL1368: SHOW GRANTS FOR CURRENT USER | gluh@gluh.mysql.r18.ru | 2004-04-05 | 1 | -1/+1 |
* | | More different syntaxes for (1) modifying the default charaset/collation | bar@bar.intranet.mysql.r18.ru | 2004-03-30 | 1 | -1/+1 |
|/ | |||||
* | UNHEX() function | serg@serg.mylan | 2004-03-04 | 1 | -0/+1 |
* | my_gethwaddr() for linux/freebsd | serg@serg.mylan | 2004-02-27 | 1 | -1/+2 |
* | define name fixed | hf@deer.(none) | 2004-01-23 | 1 | -1/+1 |
* | SCRUM | hf@deer.(none) | 2004-01-23 | 1 | -5/+4 |
* | SCRUM: | hf@deer.(none) | 2004-01-15 | 1 | -635/+648 |
* | WorkLog #1323 (part 2) | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2003-12-17 | 1 | -0/+2 |
* | WorkLog#1323 | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2003-12-10 | 1 | -61/+62 |
* | WorkLog#1280 - Remove fixed table handler from lex/yacc | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2003-12-02 | 1 | -6/+0 |
* | WL#1253: LAST_DAY | gluh@gluh.mysql.r18.ru | 2003-11-17 | 1 | -1/+2 |
* | MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntax | serg@serg.mylan | 2003-10-22 | 1 | -0/+1 |
* | Merge commit | gluh@gluh.mysql.r18.ru | 2003-10-20 | 1 | -0/+2 |
|\ | |||||
| * | Scrum task 835 - text-to-datetime conversion function | gluh@gluh.mysql.r18.ru | 2003-10-20 | 1 | -0/+2 |
* | | Add in bit_xor function (approved by Sergei) | harrison@bud.lordblink.com | 2003-10-15 | 1 | -0/+1 |
* | | Many files: | heikki@hundin.mysql.fi | 2003-10-13 | 1 | -0/+3 |