Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes/optimizations for count(distinct) | sasha@mysql.sashanet.com | 2001-05-12 | 3 | -9/+130 |
* | use tree for count(distinct) when possible | sasha@mysql.sashanet.com | 2001-05-11 | 4 | -5/+117 |
* | change tree to use qsort_cmp2 - compare function with 3 instead of 2 arguments | sasha@mysql.sashanet.com | 2001-05-10 | 10 | -20/+74 |
* | fixes after merge. Now it compiles and passes the test suite | sasha@mysql.sashanet.com | 2001-05-10 | 5 | -4/+15 |
* | Merged with 3.23, needs further fix-up | sasha@mysql.sashanet.com | 2001-05-10 | 123 | -1315/+3140 |
|\ | |||||
| * | sql/mysqld.cc | sasha@mysql.sashanet.com | 2001-05-09 | 1 | -2/+3 |
| * | merged | sasha@mysql.sashanet.com | 2001-05-09 | 1 | -32/+176 |
| |\ | |||||
| | * | stack trace updates: | sasha@mysql.sashanet.com | 2001-05-09 | 1 | -29/+174 |
| * | | Merge heikki@work.mysql.com:/home/my/mysql | heikki@donna.mysql.fi | 2001-05-09 | 1 | -2/+4 |
| |\ \ | |||||
| | * | | row0sel.c Fix a bug in consistent read through secondary key | heikki@donna.mysql.fi | 2001-05-09 | 1 | -2/+4 |
| | |/ | |||||
| * | | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql | monty@donna.mysql.fi | 2001-05-09 | 21 | -91/+193 |
| |\ \ | | |/ | |/| | |||||
| | * | Applied patches for BDB tables | monty@donna.mysql.fi | 2001-05-09 | 21 | -91/+193 |
| * | | Docs/manual.texi | sasha@mysql.sashanet.com | 2001-05-07 | 1 | -1/+0 |
| |/ | |||||
| * | Merge | monty@donna.mysql.fi | 2001-05-05 | 4 | -3/+32 |
| |\ | |||||
| | * | Added LOAD DATA CONCURRENT | monty@donna.mysql.fi | 2001-05-05 | 4 | -3/+32 |
| * | | manual.texi Fixed a typo in InnoDB record size | heikki@donna.mysql.fi | 2001-05-04 | 1 | -1/+1 |
| * | | Docs/manual.texi | sasha@mysql.sashanet.com | 2001-05-03 | 1 | -16/+12 |
| * | | better error message in replication when packet is too large | sasha@mysql.sashanet.com | 2001-05-03 | 2 | -3/+19 |
| * | | Docs/manual.texi | sasha@mysql.sashanet.com | 2001-05-03 | 2 | -3/+2 |
| * | | Merge work:/home/bk/mysql | sasha@mysql.sashanet.com | 2001-05-03 | 4 | -177/+7 |
| |\ \ | |||||
| | * | | reversed virtual master | sasha@mysql.sashanet.com | 2001-05-03 | 4 | -177/+7 |
| * | | | row0umod.c Partial fix to concurrent drop table and rollback by other user of... | heikki@donna.mysql.fi | 2001-05-03 | 2 | -0/+2 |
| * | | | univ.i Do not inline on Unix if non-gcc compiler | heikki@donna.mysql.fi | 2001-05-03 | 1 | -2/+5 |
| * | | | manual.texi Update MySQL manual about the syntax change to ...LOCK IN SHARE MODE | heikki@donna.mysql.fi | 2001-05-03 | 1 | -4/+4 |
| * | | | sql_yacc.yy changed ...IN SHARE MODE to ...LOCK IN SHARE MODE to resolve a pa... | heikki@donna.mysql.fi | 2001-05-03 | 1 | -1/+1 |
| * | | | os0file.c Removed extraneous undef and inclde of aio.h, fixed typecasts to off_t | heikki@donna.mysql.fi | 2001-05-03 | 1 | -16/+9 |
| * | | | Merge jcole@work.mysql.com:/home/bk/mysql | jcole@tetra.spaceapes.com | 2001-05-03 | 2 | -50/+44 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | Fixed example that was wrong in manual. | jcole@tetra.spaceapes.com | 2001-05-03 | 1 | -22/+10 |
| | * | | Several minor fixes to manual per Tom. | jcole@tetra.spaceapes.com | 2001-05-02 | 2 | -28/+34 |
| * | | | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql | monty@donna.mysql.fi | 2001-05-03 | 7 | -21/+68 |
| |\ \ \ | |||||
| | * | | | row0sel.c Fixed a typo in the fix to consistent read through a secondary index | heikki@donna.mysql.fi | 2001-05-02 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | log0recv.c Add checksum to written pages to check that they are also read in ... | heikki@donna.mysql.fi | 2001-05-01 | 4 | -16/+62 |
| | * | | manual.texi fixed paragraph | jcole@main.burghcom.com | 2001-05-01 | 2 | -4/+5 |
| | |/ | |||||
| * | | Fixed bug from last commit | monty@donna.mysql.fi | 2001-05-03 | 2 | -1/+4 |
| * | | Fixed a bug with SELECT DISTINCT and HAVING | monty@donna.mysql.fi | 2001-05-02 | 3 | -75/+144 |
| * | | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql | monty@donna.mysql.fi | 2001-04-29 | 3 | -11/+28 |
| |\ \ | | |/ | |/| | |||||
| | * | Cleanup | monty@donna.mysql.fi | 2001-04-29 | 3 | -11/+28 |
| * | | row0sel.c Fix a bug in multiversioned reads through a secondary index | heikki@donna.mysql.fi | 2001-04-27 | 4 | -5/+119 |
| * | | os0file.c Always do fsync after a file write to reduce possibility of a parti... | heikki@donna.mysql.fi | 2001-04-26 | 2 | -5/+33 |
| * | | Merge jamppa@work:/home/bk/mysql into hynda.mysql.fi:/data/my/bk/mysql | jani@hynda.mysql.fi | 2001-04-26 | 1 | -28/+38 |
| |\ \ | |||||
| | * | | Added a new option --result-file to mysqlbinlog. | jani@hynda.mysql.fi | 2001-04-26 | 1 | -28/+38 |
| | |/ | |||||
| * | | Merge work:/home/bk/mysql | sasha@mysql.sashanet.com | 2001-04-25 | 1 | -2/+2 |
| |\ \ | | |/ | |/| | |||||
| | * | fixed bug in mysqlbinlog | sasha@mysql.sashanet.com | 2001-04-25 | 1 | -2/+2 |
| * | | Fixed all mysqldump output to use 'result_file' | monty@donna.mysql.fi | 2001-04-26 | 3 | -44/+42 |
| * | | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql | monty@donna.mysql.fi | 2001-04-25 | 27 | -132/+263 |
| |\ \ | |||||
| | * | | Portability fixes for Ia64 and Sgi compiler | monty@donna.mysql.fi | 2001-04-25 | 27 | -132/+263 |
| * | | | ha_innobase.cc Changed the error code HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_I... | heikki@donna.mysql.fi | 2001-04-25 | 1 | -2/+8 |
| * | | | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2001-04-25 | 1 | -0/+3 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | added to Fulltext todo | serg@serg.mysql.com | 2001-04-25 | 1 | -0/+3 |
| * | | | Merge work:/home/bk/mysql | sasha@mysql.sashanet.com | 2001-04-24 | 13 | -45/+261 |
| |\ \ \ |