Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG#5390 - problems with merge tables | ingo@mysql.com | 2005-12-22 | 1 | -4/+3 |
* | WL#1012: All changes as one single changeset. | lars@mysql.com | 2005-12-22 | 1 | -13/+32 |
* | Merge mysql.com:/home/jimw/my/mysql-5.0-clean | jimw@mysql.com | 2005-12-12 | 1 | -2/+2 |
|\ | |||||
| * | Merge mysql.com:/home/jimw/my/mysql-4.1-clean | jimw@mysql.com | 2005-12-12 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix calls to free_underlaid_joins() in INSERT, DELETE, and UPDATE | jimw@mysql.com | 2005-12-08 | 1 | -1/+1 |
| * | | Merge rurik.mysql.com:/home/igor/mysql-5.0 | igor@rurik.mysql.com | 2005-12-02 | 1 | -8/+19 |
| |\ \ | |||||
| * \ \ | Merge rurik.mysql.com:/home/igor/mysql-5.0 | igor@rurik.mysql.com | 2005-11-04 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * \ \ | Merge rurik.mysql.com:/home/igor/mysql-5.0 | igor@rurik.mysql.com | 2005-10-29 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | | * \ \ | Merge rurik.mysql.com:/home/igor/mysql-5.0 | igor@rurik.mysql.com | 2005-10-27 | 1 | -1/+1 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merge rurik.mysql.com:/home/igor/mysql-5.0 | igor@rurik.mysql.com | 2005-10-22 | 1 | -1/+1 |
| | | | |\ \ \ | |||||
| | | | | * | | | Fixed bug #12762: | igor@rurik.mysql.com | 2005-10-15 | 1 | -1/+1 |
* | | | | | | | | Merge moonbone.local:/work/15028-bug-5.0-mysql | evgen@moonbone.local | 2005-12-02 | 1 | -6/+7 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | Manually merged | evgen@moonbone.local | 2005-12-02 | 1 | -6/+7 |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| | * | | | | | | Fix bug#15028 Multitable update returns different numbers of matched rows | evgen@moonbone.local | 2005-12-01 | 1 | -6/+7 |
* | | | | | | | | Merge mysql.com:/usr/local/bk/mysql-5.0 | pem@mysql.com | 2005-11-28 | 1 | -2/+12 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Fixed BUG#13729 Stored procedures: packet error after exception handled | pem@mysql.com | 2005-11-23 | 1 | -2/+12 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Table definition cache, part 2 | monty@mysql.com | 2005-11-23 | 1 | -1/+2 |
* | | | | | | | Make storage engines "pluggable", handlerton work | acurtis@poseidon.ndb.mysql.com | 2005-11-07 | 1 | -1/+1 |
* | | | | | | | Merge mysql.com:/home/my/mysql-5.0 | monty@mysql.com | 2005-11-05 | 1 | -12/+34 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Fixed wrong merge | monty@mysql.com | 2005-11-02 | 1 | -4/+3 |
| * | | | | | | sql_update.cc: | evgen@moonbone.local | 2005-11-01 | 1 | -2/+1 |
| * | | | | | | Manually merged | evgen@moonbone.local | 2005-11-01 | 1 | -3/+12 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Fix bug#14186 select datefield is null not updated | evgen@moonbone.local | 2005-10-28 | 1 | -4/+12 |
| * | | | | | | Merge | sergefp@mysql.com | 2005-10-28 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | * | | | | | Fix for BUG#14272: Don't run index scan when we should use quick select. | sergefp@mysql.com | 2005-10-25 | 1 | -2/+2 |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 | bell@sanja.is.com.ua | 2005-10-28 | 1 | -13/+11 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 | jani@ua141d10.elisa.omakaista.fi | 2005-10-27 | 1 | -13/+11 |
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ / | |||||
| | | * | | Added more tests for new UPDATE ... ORDER BY ... LIMIT optimization | monty@mysql.com | 2005-10-25 | 1 | -13/+11 |
| * | | | | support of view underlying tables and SP functions security check added (BUG#... | bell@sanja.is.com.ua | 2005-10-28 | 1 | -0/+2 |
| |/ / / | |||||
| * | | | BUG#121915: Merge 4.1->5.0 | sergefp@mysql.com | 2005-10-19 | 1 | -4/+22 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 | sergefp@mysql.com | 2005-10-18 | 1 | -7/+25 |
| | |\ | |||||
| | | * | BUG#12915: Added single-table UPDATE/DELTE ... ORDER BY ... LIMIT | sergefp@mysql.com | 2005-09-30 | 1 | -7/+25 |
| | * | | - set 'updating' in both tables list if we have two of them (because of subqu... | bell@sanja.is.com.ua | 2005-10-14 | 1 | -2/+6 |
| * | | | Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1 | lars@mysql.com | 2005-10-10 | 1 | -3/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | BUG#12618: Removing fake locking | lars@mysql.com | 2005-10-10 | 1 | -3/+0 |
| | |/ | |||||
* | | | Merge | tomas@poseidon.ndb.mysql.com | 2005-10-06 | 1 | -7/+15 |
|\ \ \ | |/ / | |||||
| * | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 | msvensson@neptunus.(none) | 2005-09-28 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed error found during review of new pushed code | monty@mysql.com | 2005-09-25 | 1 | -0/+1 |
| * | | Fix fur BUG#13348: "multi-table updates and deletes are not logged if no rows... | guilhem@mysql.com | 2005-09-20 | 1 | -7/+14 |
* | | | merge | ndbdev@dl145c.mysql.com | 2005-09-15 | 1 | -31/+34 |
|\ \ \ | |/ / | |||||
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | dlenev@mysql.com | 2005-09-15 | 1 | -31/+34 |
| |\ \ | |||||
| | * | | Fix for bug #12704 "Server crashes during trigger execution". | dlenev@mysql.com | 2005-09-15 | 1 | -31/+34 |
* | | | | merge | tulin@dl145c.mysql.com | 2005-09-14 | 1 | -1/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Bug#9683 INFORMATION_SCH: Creation of temporary table allowed in | gluh@eagle.intranet.mysql.r18.ru | 2005-09-13 | 1 | -1/+2 |
| |/ / | |||||
* | | | Merge | ndbdev@dl145c.mysql.com | 2005-09-06 | 1 | -8/+15 |
|\ \ \ | |/ / | |||||
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 | bell@sanja.is.com.ua | 2005-08-23 | 1 | -8/+15 |
| |\ \ | |||||
| | * | | issue correct error message in case of view presence for duplicated table on ... | bell@sanja.is.com.ua | 2005-08-02 | 1 | -8/+15 |
* | | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0 | pappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se | 2005-08-25 | 1 | -7/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2005-08-15 | 1 | -1/+3 |
| |\ \ \ | |||||
| | * \ \ | Merge mysql.com:/home/timka/mysql/src/5.0-virgin | timour@mysql.com | 2005-08-12 | 1 | -1/+3 |
| | |\ \ \ |