Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed subselect explain bug | bell@sanja.is.com.ua | 2002-11-17 | 2 | -0/+33 |
* | test for NULL processing has been added | ram@mysql.r18.ru | 2002-11-15 | 2 | -0/+21 |
* | fixed bug in cyclic reference refinition | bell@sanja.is.com.ua | 2002-11-14 | 2 | -0/+4 |
* | fixed cyclic reference bug | bell@sanja.is.com.ua | 2002-11-14 | 2 | -2/+6 |
* | fixed bug of derived table in subselect | bell@sanja.is.com.ua | 2002-11-13 | 2 | -1/+18 |
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 | bell@sanja.is.com.ua | 2002-11-13 | 2 | -2/+28 |
|\ | |||||
| * | fixed error handling | bell@sanja.is.com.ua | 2002-11-13 | 2 | -2/+28 |
* | | bdb-deadlock test: added reap commands | ram@mysql.r18.ru | 2002-11-12 | 2 | -4/+6 |
|/ | |||||
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 | bell@sanja.is.com.ua | 2002-11-12 | 2 | -0/+4 |
|\ | |||||
| * | some code cleanup as per CTO's instructions plus a small bug fix with | Sinisa@sinisa.nasamreza.org | 2002-11-12 | 2 | -0/+4 |
* | | fixed 2 typo in BUG_TABLES using | bell@sanja.is.com.ua | 2002-11-12 | 2 | -5/+3 |
|/ | |||||
* | some bug fixes related to derived tables | Sinisa@sinisa.nasamreza.org | 2002-11-11 | 2 | -0/+23 |
* | prevent using expernal fields in derived tables | bell@sanja.is.com.ua | 2002-11-11 | 2 | -0/+4 |
* | fix of yet another join_free bug | bell@sanja.is.com.ua | 2002-11-11 | 2 | -1/+46 |
* | Some code optimisations related to EXPLAIN of derived tables and the | Sinisa@sinisa.nasamreza.org | 2002-11-09 | 1 | -1/+1 |
* | Merge mysql.com:/home/nick/mysql/repository/mysql-4.1 | nick@mysql.com | 2002-10-30 | 4 | -7/+20 |
|\ | |||||
| * | some test cases for the bugs being fixed | Sinisa@sinisa.nasamreza.org | 2002-10-30 | 2 | -0/+8 |
| * | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 | ram@mysql.r18.ru | 2002-10-30 | 2 | -7/+12 |
| |\ | |||||
| | * | BDB 4.1.24 | ram@mysql.r18.ru | 2002-10-30 | 2 | -7/+12 |
* | | | Delete: mysql-test/std_data/master-bin.001 | nick@mysql.com | 2002-10-29 | 1 | -0/+0 |
|/ / | |||||
* | | Merge mysql.com:/home/nick/mysql/repository/mysql-4.1 | nick@mysql.com | 2002-10-29 | 8 | -14/+34 |
|\ \ | |/ | |||||
| * | fixed union rexecution bug | bell@sanja.is.com.ua | 2002-10-27 | 2 | -1/+4 |
| * | code cleanup | bell@sanja.is.com.ua | 2002-10-26 | 2 | -0/+16 |
| * | merged | serg@serg.mysql.com | 2002-10-25 | 1 | -0/+1 |
| |\ | |||||
| | * | merged | serg@serg.mysql.com | 2002-10-25 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Fixed problem with BDB tables and ALTER TABLE | monty@hundin.mysql.fi | 2002-10-24 | 1 | -0/+2 |
| * | | | ENUM/SET fields now have charset too | bar@bar.mysql.r18.ru | 2002-10-25 | 4 | -12/+12 |
| * | | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 | bar@bar.mysql.r18.ru | 2002-10-25 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | BINARY charset is now used instead of binary_flag | bar@bar.mysql.r18.ru | 2002-10-25 | 1 | -1/+1 |
* | | | | | Changed binlog name padding from binlog.001 to binlog.000001 | nick@mysql.com | 2002-10-29 | 11 | -86/+86 |
|/ / / / | |||||
* | | | | changed syntax from SHOW MASTER LOGS to SHOW BINARY LOGS | nick@mysql.com | 2002-10-24 | 6 | -12/+12 |
* | | | | altered syntax from SLAVE START|STOP to START|STOP SLAVE | nick@mysql.com | 2002-10-24 | 43 | -204/+165 |
|/ / / | |||||
* | | | fixed DISTINCT in subselect bug | bell@sanja.is.com.ua | 2002-10-23 | 2 | -0/+8 |
* | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-10-18 | 2 | -3/+7 |
|\ \ \ | |||||
| * | | | Fixed heap_btree test to make it repeatable | monty@hundin.mysql.fi | 2002-10-18 | 2 | -3/+7 |
* | | | | added a test case. | Sinisa@sinisa.nasamreza.org | 2002-10-17 | 2 | -0/+5 |
|/ / / | |||||
* | | | merge | monty@hundin.mysql.fi | 2002-10-17 | 5 | -9/+51 |
|\ \ \ | |||||
| * | | | fix of the small bug in UNION's | Sinisa@sinisa.nasamreza.org | 2002-10-16 | 1 | -1/+1 |
| * | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-10-16 | 2 | -8/+41 |
| |\ \ \ | |||||
| | * | | | fixed subselect explain bug | bell@sanja.is.com.ua | 2002-10-16 | 2 | -8/+36 |
| * | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-10-14 | 2 | -0/+14 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-10-12 | 2 | -0/+12 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-10-11 | 2 | -0/+14 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | SCRUM task | Sinisa@sinisa.nasamreza.org | 2002-10-11 | 2 | -0/+14 |
* | | | | | | | | Merge hundin.mysql.fi:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.1 | monty@hundin.mysql.fi | 2002-10-16 | 57 | -542/+3294 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | merge with 4.0.5 | monty@hundin.mysql.fi | 2002-10-16 | 57 | -542/+3294 |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||||
| | * | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 | bell@sanja.is.com.ua | 2002-10-14 | 2 | -0/+5 |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | | * | | | | | fixed cteate temporary field of subselect bug | bell@sanja.is.com.ua | 2002-10-14 | 2 | -0/+5 |
| | * | | | | | | merged | serg@serg.mysql.com | 2002-10-14 | 57 | -542/+3289 |
| | |\ \ \ \ \ \ | | | |/ / / / / | |||||
| | | * | | | | | fixed bug of multi-level EXPLAIN | bell@sanja.is.com.ua | 2002-10-13 | 2 | -0/+11 |
| | | | |_|/ / | | | |/| | | |